mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
24 lines
516 B
JSON
24 lines
516 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",
|
|
"old_standalone": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"@msgpack/msgpack": "^2.8.0",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.18.2",
|
|
"itty-router": "^4.0.27",
|
|
"multer": "^1.4.5-lts.1"
|
|
},
|
|
"packageManager": "yarn@4.1.0",
|
|
"devDependencies": {
|
|
"@types/multer": "^1.4.11"
|
|
}
|
|
}
|