-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"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": "12.x"
},
"dependencies": {
"@discordjs/node-pre-gyp": "^0.1.0",
"@discordjs/opus": "^0.3.3",
"@distube/ytpl": "^1.0.10",
"amethyste-api": "^1.1.3",
"byte-size": "^6.2.0",
"common": "^0.2.5",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"dblapi.js": "^2.4.1",
"discord.js": "^12.5.1",
"discord.js-pagination": "^1.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fetch": "^1.1.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.7",
"fs": "^0.0.2",
"fs-extra": "^9.0.1",
"got": "^11.8.1",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"ms": "^2.1.3",
"music-progress-bar": "^1.0.2",
"node-fetch": "^2.6.1",
"node-gyp": "^7.1.2",
"node-opus": "^0.3.3",
"node-pre-gyp": "^0.17.0",
"opusscript": "^0.0.7",
"os": "^0.1.1",
"superagent": "^6.1.0",
"topgg-autoposter": "^1.1.1",
"youtube-sr": "^3.0.3",
"yt-search": "^2.5.2",
"ytdl-core": "^4.4.4",
"ytdl-core-discord": "^1.2.5",
"ytpl": "^2.0.4"
}
}