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

library cleanup / code cleanup + custom titles

This commit is contained in:
NoobishSVK
2024-01-21 23:14:56 +01:00
parent 830d79564f
commit 8a450f74da
7 changed files with 41 additions and 164 deletions

View File

@@ -4,19 +4,18 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"debug": "node index.js",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"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"
"https": "1.0.0",
"koffi": "2.7.2",
"net": "1.0.2",
"websocket": "1.0.34",
"ws": "8.14.2"
}
}