discord-multipurpose-bot/package.json
2025-09-20 00:39:59 +01:00

35 lines
946 B
JSON

{
"name": "multipurpose-discord-bot",
"version": "1.0.0",
"author": "Ayden Jahola",
"description": "A multipurpose discord bot",
"github": "https://github.com/aydenjahola/discord-multipurpose-bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.0",
"@distube/soundcloud": "^2.0.4",
"@distube/spotify": "^2.0.2",
"@snazzah/davey": "^0.1.6",
"axios": "^1.7.7",
"discord.js": "^14.15.3",
"distube": "^5.0.7",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"genius-lyrics": "^4.4.7",
"html-entities": "^2.5.2",
"moment": "^2.30.1",
"mongoose": "^8.6.0",
"nodemailer": "^6.9.14",
"openai": "^4.85.4",
"owoify-js": "^2.0.0",
"puppeteer": "^23.4.1",
"rcon-client": "^4.2.5",
"uuid": "^11.0.0"
}
}