1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +01:00

ejs + webadmin + bugfixes

This commit is contained in:
NoobishSVK
2024-02-04 16:56:35 +01:00
parent d6b128c0bd
commit c848bef002
27 changed files with 1329 additions and 161 deletions

View File

@@ -4,15 +4,18 @@
"description": "",
"main": "index.js",
"scripts": {
"debug": "node index.js",
"start": "node index.js"
"debug": "node index.js --debug",
"webserver": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"body-parser": "^1.20.2",
"command-exists-promise": "^2.0.2",
"ejs": "^3.1.9",
"express": "4.18.2",
"express-session": "^1.18.0",
"http": "^0.0.1-security",
"https": "1.0.0",
"koffi": "2.7.2",