made a template for the app to be

This commit is contained in:
Valentijn
2026-05-10 11:59:48 +02:00
parent cd4f959723
commit ad34ff36c3
5 changed files with 100 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"dependencies": {
"dockerode": "^5.0.0",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-session": "^1.19.0",
"helmet": "^8.1.0",
"minecraft-server-util": "^5.4.4",
"passport": "^0.7.0",
"passport-oauth2": "^1.8.0",
"rcon-client": "^4.2.5",
"socket.io": "^4.8.3",
"tail": "^2.2.6"
}
}