-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.49 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "chadmusic",
"version": "2024.4.1",
"description": "The Chad Music Bot!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm ci",
"bot": "node index.js",
"update": "git checkout -f main && git pull && npm run build",
"update:dev": "git checkout -f develop && git pull && npm run build"
},
"author": "200percentmicky",
"license": "GPL-3.0",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@distube/deezer": "^2.0.1",
"@distube/direct-link": "^1.0.1",
"@distube/file": "^1.0.1",
"@distube/soundcloud": "^2.0.1",
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.2",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.14.3",
"@distube/ytsr": "^2.0.0",
"array-paginator": "^1.5.2",
"bot-utils": "^1.4.2",
"chalk": "^4.1.1",
"colon-notation": "^1.2.1",
"common-tags": "^1.8.0",
"discord-akairo": "github:200percentmicky/discord-akairo",
"discord-hybrid-sharding": "^2.2.0",
"discord.js": "^14.15.3",
"distube": "github:200percentmicky/chadtube#v5",
"dotenv": "^8.6.0",
"enmap": "^5.8.13",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.0.0",
"flatted": "^3.2.9",
"genius-lyrics": "^4.4.2",
"human-interval": "^2.0.1",
"iheart": "github:200percentmicky/iheart",
"keyv": "^4.0.3",
"libsodium-wrappers": "^0.7.9",
"lodash": "^4.17.21",
"melodify": "^1.2.3",
"ms": "^2.1.3",
"pretty-bytes": "^5.6.0",
"pretty-error": "^4.0.0",
"pretty-ms": "^7.0.1",
"rotating-file-stream": "^3.1.1",
"slash-create": "^6.2.0",
"sodium-native": "^4.1.1",
"string-progressbar": "^1.0.4",
"systeminformation": "^5.21.15",
"tslog": "^4.9.2",
"winston": "^3.3.3",
"youtube-autocomplete": "^0.0.1",
"youtube-sr": "^2.0.5",
"ytpl": "^2.3.0"
},
"devDependencies": {
"@types/node": "^15.14.9",
"eslint": "^8.40.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"semistandard": "^16.0.1",
"standard": "^17.0.0"
},
"overrides": {
"@distube/ytsr": "$@distube/ytsr",
"undici": "^6.19.2",
"formidable": "^3.5.1",
"tar": "^6.2.1",
"ws": "^8.18.0"
}
}