gaming-hub/server/package.json
Daniel 17dcd6073f V1.5.0: Version bump + Download-Button Redesign
- Version auf 1.5.0 in allen Packages, CI, Dockerfile, Electron
- Download-Button im gleichen Design wie Version-Badge (bg-secondary, radius, hover accent)
- CI Registry auf adriahub (192.168.1.100:9080) umgestellt

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

29 lines
672 B
JSON

{
"name": "gaming-hub-server",
"version": "1.5.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"
}
}