1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 14:33:52 +01:00
Files
fm-dx-webserver/package.json
2024-01-21 19:50:14 +01:00

23 lines
449 B
JSON

{
"name": "xdrd-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"http": "^0.0.1-security",
"https": "^1.0.0",
"koffi": "^2.6.6",
"net": "^1.0.2",
"websocket": "^1.0.34",
"ws": "^8.14.2"
}
}