1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

Add files via upload

This commit is contained in:
Marek Farkaš
2024-01-14 14:35:55 +01:00
committed by GitHub
parent 5ac23bd378
commit 6f2d31626c
5 changed files with 1837 additions and 0 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"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",
"ffi-napi": "^4.0.3",
"http": "^0.0.1-security",
"https": "^1.0.0",
"koffi": "^2.6.6",
"mic": "^2.1.2",
"module-alias": "^2.2.3",
"net": "^1.0.2",
"node-record-lpcm16": "^1.0.1",
"opus-decoder": "^0.7.3",
"pcm-convert": "^1.6.5",
"request": "^2.88.2",
"websocket": "^1.0.34",
"ws": "^8.14.2"
}
}