mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
work on muter/upload testing
This commit is contained in:
@@ -6,12 +6,17 @@
|
||||
"main": "server.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"standalone": "bun --watch server.ts"
|
||||
"standalone": "bun --watch server.ts",
|
||||
"old_standalone": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@msgpack/msgpack": "^2.8.0",
|
||||
"busboy": "^1.6.0",
|
||||
"itty-router": "^4.0.27"
|
||||
"compression": "^1.7.4",
|
||||
"express": "^4.18.2",
|
||||
"express-slow-down": "^2.0.1",
|
||||
"itty-router": "^4.0.27",
|
||||
"multer": "^1.4.5-lts.1"
|
||||
},
|
||||
"packageManager": "yarn@4.0.2",
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user