gaming-hub/server/package.json

30 lines
672 B
JSON
Raw Permalink Normal View History

{
"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"
}
}