Erster Commit

This commit is contained in:
2026-08-22 08:40:29 +02:00
commit 875477d425
1961 changed files with 930336 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "gtagame",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^6.0.0",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"livekit-server-sdk": "^2.17.0",
"mysql2": "^3.23.2",
"ws": "^8.21.1"
}
}