You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 14:11:59 +01:00
29 lines
622 B
JSON
29 lines
622 B
JSON
{
|
|
"name": "xdrd-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"debug": "node index.js --debug",
|
|
"webserver": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@mapbox/node-pre-gyp": "^1.0.11",
|
|
"body-parser": "^1.20.2",
|
|
"command-exists-promise": "^2.0.2",
|
|
"ejs": "^3.1.9",
|
|
"express": "4.18.2",
|
|
"express-session": "^1.18.0",
|
|
"http": "^0.0.1-security",
|
|
"https": "1.0.0",
|
|
"koffi": "2.7.2",
|
|
"lamejs": "^1.2.1",
|
|
"net": "1.0.2",
|
|
"websocket": "1.0.34",
|
|
"wrtc": "^0.4.7",
|
|
"ws": "^8.14.2"
|
|
}
|
|
}
|