You've already forked fm-dx-webserver
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:
17
package.json
17
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user