Files
discord-bot/package.json
T
2020-05-01 02:08:33 +01:00

31 lines
817 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",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.0",
"simple-youtube-api": "^5.2.1",
"sodium": "^3.0.2",
"ytdl-core-discord": "^1.2.0"
}
}