{ "name": "api", "version": "1.0.0", "description": "mock api for EMS-ESP", "author": "proddy", "main": "server.js", "scripts": { "dev": "nodemon ./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", "nodemon": "^2.0.22" }, "packageManager": "yarn@3.4.1" }