{ "name": "ls", "version": "1.0.0", "description": "coordinator", "main": "app.js", "directories": { "lib": "lib", "test": "tests" }, "scripts": { "start": "node ./app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://192.168.1.163:3000/EgorSuv/pixel-streaming-coordinator.git" }, "author": "egor", "license": "ISC", "dependencies": { "body-parser": "^1.20.1", "celebrate": "^15.0.1", "dotenv": "^16.0.3", "express": "^4.18.2", "express-rate-limit": "^6.7.0", "helmet": "^6.0.1", "mongodb": "^4.13.0", "node-datetime": "^2.1.2", "request": "^2.88.2" } }