palico-bot/package.json
Shinuwa e974bc6660
All checks were successful
Deploy Palico Bot / deploy (push) Successful in 5s
fix sound streaming
2026-06-29 22:54:44 +02:00

26 lines
563 B
JSON

{
"name": "palico-bot",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node --env-file=.env index.js",
"deploy": "node --env-file=.env deployCommands.js"
},
"engines": {
"node": ">=22.12.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@discordjs/voice": "^0.19.2",
"discord.js": "^14.18.0",
"express": "^5.1.0",
"libsodium-wrappers": "^0.7.15",
"multer": "^1.4.5-lts.1",
"opusscript": "^0.0.8",
"uuid": "^11.0.3"
}
}