1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00
Files
fm-dx-webserver/package.json
2024-01-21 23:14:56 +01:00

22 lines
399 B
JSON

{
"name": "xdrd-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"debug": "node index.js",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "4.18.2",
"http": "^0.0.1-security",
"https": "1.0.0",
"koffi": "2.7.2",
"net": "1.0.2",
"websocket": "1.0.34",
"ws": "8.14.2"
}
}