Implemented shutdown through UI and implemented router check

This commit is contained in:
2025-11-28 10:23:57 +01:00
parent 368f60d7b6
commit b2c5d08ff4
29 changed files with 639 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ntshcontrol",
"version": "1.0.0",
"version": "2025.11.1",
"main": "dist/Entry.js",
"scripts": {
"start": "node ."
@@ -15,9 +15,10 @@
"@types/ws": "^8.18.1",
"express": "^5.1.0",
"fs-extra": "^11.3.2",
"ping": "^1.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"twilio": "^5.10.3",
"ws": "^8.18.3"
}
}
}