mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
21 lines
415 B
JSON
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.26"
|
|
},
|
|
"packageManager": "yarn@4.0.2",
|
|
"devDependencies": {
|
|
"@types/multer": "^1.4.11"
|
|
}
|
|
}
|