-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "darkbot",
"version": "1.0",
"description": "DarkBot",
"main": "index.js",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.5.6",
"@distube/spotify": "^0.4.1",
"axios": "^0.21.1",
"better-sqlite3": "^7.4.3",
"canvas": "^2.8.0",
"captcha-canvas": "^2.3.1",
"chalk": "^4.1.2",
"colors": "^1.4.0",
"cpu-stat": "^2.0.1",
"dbd-capriham-theme": "^1.2.2",
"discord.js": "^13.1.0",
"distube": "^3.0.0-beta.35",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-partials": "^0.3.0",
"express-rate-limit": "^5.3.0",
"express-session": "^1.17.2",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.0",
"form-data": "^4.0.0",
"mariadb": "^2.5.4",
"moment-duration-format": "^2.3.2",
"novelcovid": "^3.0.2",
"package.json": "^2.0.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"session-file-store": "^1.5.0",
"sodium": "^3.0.2",
"string-similarity": "^4.0.4",
"topgg-autoposter": "^2.0.0",
"weather-js": "^2.0.0",
"ytdl-core": "^4.9.1",
"zlib-sync": "^0.1.7"
}
}