Files
2020-11-28 20:38:37 +01:00

39 lines
992 B
JSON

{
"name": "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",
"winston": "^3.2.1",
"ytdl-core": "^4.0.3"
},
"devDependencies": {
"dotenv": "^8.2.0",
"node-gyp": "^7.1.2",
"node-pre-gyp": "^0.16.0",
"nodemon": "^2.0.6",
"patch-package": "^6.2.2"
}
}