mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
22 lines
529 B
JSON
22 lines
529 B
JSON
{
|
|
"name": "mock-api",
|
|
"version": "3.7.0",
|
|
"description": "mock api for EMS-ESP",
|
|
"author": "proddy",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"mock-rest": "bun --watch rest_server.ts",
|
|
"mock-es": "bun --watch es_server.ts",
|
|
"mock-upload": "bun --watch upload_server.ts"
|
|
},
|
|
"dependencies": {
|
|
"@msgpack/msgpack": "^2.8.0",
|
|
"@types/multer": "^1.4.11",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.19.2",
|
|
"itty-router": "^5.0.17",
|
|
"multer": "^1.4.5-lts.1"
|
|
},
|
|
"packageManager": "yarn@4.2.1"
|
|
}
|