Files
lul-bot/package.json
Indrajith K L c3b6af4db3 New Command Added
* Play/Stop Music
2021-03-11 22:01:49 +05:30

26 lines
498 B
JSON

{
"name": "lul-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./src/main.js",
"dev": "nodemon ./src/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.4.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.7",
"node-fetch": "^2.6.1",
"yt-search": "^2.7.3",
"ytdl-core": "^4.5.0"
},
"engines": {
"node": "12.16.3"
}
}