31 lines
725 B
JSON
31 lines
725 B
JSON
{
|
|
"name": "pixel-streaming-session-server",
|
|
"version": "1.0.0",
|
|
"description": "pixel streaming session server",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://192.168.1.163:3000/EgorSuv/pixel-streaming-session-server.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"celebrate": "^15.0.1",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"is-running": "^2.1.0",
|
|
"mongodb": "^4.13.0",
|
|
"node-datetime": "^2.1.2",
|
|
"node-modules": "^1.0.1",
|
|
"portfinder": "^1.0.32",
|
|
"request": "^2.88.2",
|
|
"tcp-port-used": "^1.0.2"
|
|
}
|
|
}
|