mirror of
https://github.com/hazemKrimi/discord-bot.git
synced 2026-05-02 02:30:29 +00:00
31 lines
820 B
JSON
31 lines
820 B
JSON
{
|
|
"name": "bantoufi-discord-bot",
|
|
"version": "1.0.0",
|
|
"description": "a music discord bot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hazemKrimi/bantoufi-discord-bot.git"
|
|
},
|
|
"author": "Hazem Krimi",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hazemKrimi/bantoufi-discord-bot/issues"
|
|
},
|
|
"homepage": "https://github.com/hazemKrimi/bantoufi-discord-bot#readme",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.2.1",
|
|
"discord.js": "^12.2.0",
|
|
"discord.js-commando": "github:discordjs/Commando",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"puppeteer": "^3.0.2",
|
|
"simple-youtube-api": "^5.2.1",
|
|
"sodium": "^3.0.2",
|
|
"ytdl-core-discord": "^1.2.0"
|
|
}
|
|
}
|