Files
PixelStreamingSystem/source/package.json
T
2022-12-29 16:16:19 +05:00

25 lines
514 B
JSON

{
"name": "coordinator",
"version": "1.0.0",
"description": "",
"main": "coordinator.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"cors": "^2.8.5",
"experss": "^0.0.1-security",
"express": "^4.18.2",
"helmet": "^6.0.1",
"https": "^1.0.0",
"mongodb": "^4.12.0",
"mongoose": "^6.8.0",
"node-datetime": "^2.1.2",
"winston": "^3.8.2"
}
}