30 lines
651 B
JSON
30 lines
651 B
JSON
{
|
|
"name": "blubot",
|
|
"version": "1.1.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"run": "node .",
|
|
"dev": "nodemon ."
|
|
},
|
|
"author": "Megabyte",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@discordjs/voice": "^0.17.0",
|
|
"@distube/ytdl-core": "^4.14.4",
|
|
"axios": "^1.7.7",
|
|
"discord-api-types": "^0.37.119",
|
|
"discord.js": "^14.18.0",
|
|
"dotenv": "^16.4.5",
|
|
"ffmpeg": "^0.0.4",
|
|
"ffmpeg-static": "^5.2.0",
|
|
"libsodium-wrappers": "^0.7.15",
|
|
"nodemon": "^3.1.9",
|
|
"opusscript": "^0.0.8",
|
|
"pg": "^8.13.0",
|
|
"play-dl": "^1.9.7",
|
|
"undici": "^7.7.0",
|
|
"ytdl-core": "^4.11.5"
|
|
}
|
|
}
|