update packages

This commit is contained in:
proddy
2023-10-16 12:12:08 +02:00
parent 9641adce1c
commit dad62613f6
3 changed files with 747 additions and 4 deletions

View File

@@ -1,4 +1,18 @@
{
"name": "mock-api",
"name": "api",
"version": "1.0.0",
"description": "mock api for EMS-ESP",
"author": "proddy",
"main": "server.js",
"scripts": {
"dev": "node --watch ./server.js localhost 3080",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"compression": "^1.7.4",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1"
},
"packageManager": "yarn@4.0.0-rc.53"
}