feat: der letzte Auftrag - Spielapp mit API backend

- HTML/CSS frontend mitQuest-System und Spieler-Management
- Node.js/Express backend mit SQLite database
- REST API endpoints für game state, spieler, notes
- AI instructions documentation
- Würfelfunktionen und Tracker-UI
This commit is contained in:
Clawdia
2026-05-08 10:30:47 +02:00
commit a16758c7b5
991 changed files with 382116 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "der-letzte-auftrag",
"version": "2.0.0",
"description": "Interaktive JGA-Quest-App mit Synchronisation",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.2",
"better-sqlite3": "^11.8.1"
}
}