gaming-hub/server/package.json
Daniel 432f9c610f v1.8.0: README aktualisiert + Version Bump
README komplett ueberarbeitet mit allen 7 Plugins, Electron Desktop App,
Streaming Qualitaets-Presets, aktualisierte Env-Variablen und CI/CD Doku.
Version auf 1.8.0 in VERSION, server, web und electron package.json.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 00:20:07 +01:00

29 lines
672 B
JSON

{
"name": "gaming-hub-server",
"version": "1.8.0",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js"
},
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.0",
"@snazzah/davey": "^0.1.10",
"discord.js": "^14.25.1",
"express": "^5.2.1",
"libsodium-wrappers": "^0.8.2",
"multer": "^2.0.0",
"sodium-native": "^5.0.10",
"tweetnacl": "^1.0.3",
"ws": "^8.18.0"
},
"devDependencies": {
"typescript": "^5.9.3",
"@types/node": "^24.0.0",
"@types/express": "^5.0.6",
"@types/multer": "^2.0.0",
"tsx": "^4.19.0"
}
}