This commit is contained in:
proddy
2024-04-07 15:50:19 +02:00
parent 85c8b663b1
commit bfbc77c92e
15 changed files with 293 additions and 3127 deletions

View File

@@ -6,13 +6,14 @@
"license": "MIT",
"scripts": {
"mock-api": "bun --watch rest_server.ts",
"mock-es": "bun --watch es_server.ts"
"mock-es": "bun --watch es_server.ts",
"mock-upload": "bun --watch upload_server.ts"
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"compression": "^1.7.4",
"express": "^4.19.2",
"itty-router": "^5.0.5",
"itty-router": "^5.0.9",
"multer": "^1.4.5-lts.1"
},
"packageManager": "yarn@4.1.1",