forked from compteccharan/Advanced-Discord-Music-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 789 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "advanced-discord-music-bot",
"version": "3.0.0",
"description": "Advanced discord music bot made by Sudhan for Coding With Sudhan 4k Views",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "14.x"
},
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord.js": "^12.3.1",
"dotenv": "^8.2.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.7",
"yt-search": "^2.2.4",
"ytdl-core": "^4.1.1",
"discord-ytdl-core": "^5.0.1",
"opusscript": "^0.0.7",
"soundcloud-downloader": "^0.2.4",
"youtube-sr": "^2.0.1",
"lyrics-finder": "^21.4.0",
"ytdl-core-discord": "^1.2.4",
"fs": "0.0.1-security",
"ytpl": "^2.0.0-alpha.3",
"node-opus": "^0.3.3"
}
}