palico-bot/package.json
2026-06-28 22:44:04 +02:00

28 lines
714 B
JSON

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