Files
pixel-streaming-coordinator/package.json
T
EgorSuv 622556911c config tests added,
.env file support added with dotenv,
README.md file updated for .evn file support,
database lost connection bug crash fixed,
session server run_session long timeout bug fixed
2023-01-30 17:49:19 +05:00

32 lines
700 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",
"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"
}
}