Files
pixel-streaming-coordinator/package.json
T

28 lines
594 B
JSON

{
"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",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"request": "^2.88.2"
}
}