Files
EMS-ESP32/mock-api/package.json
2024-01-13 11:37:19 +01:00

21 lines
415 B
JSON

{
"name": "api",
"version": "3.6.0",
"description": "mock api for EMS-ESP",
"author": "proddy",
"main": "server.ts",
"license": "MIT",
"scripts": {
"standalone": "bun --watch server.ts"
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"busboy": "^1.6.0",
"itty-router": "^4.0.27"
},
"packageManager": "yarn@4.0.2",
"devDependencies": {
"@types/multer": "^1.4.11"
}
}