forked from GlaceYT/ALL-IN-ONE-BOT-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.96 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
{
"name": "aio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@distube/soundcloud": "^2.0.1",
"@distube/spotify": "^2.0.1",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl": "^2.0.6",
"@napi-rs/canvas": "^0.1.52",
"akaneko": "^5.3.0",
"aniki": "^1.2.2",
"anime-actions": "^2.1.1",
"axios": "^1.7.2",
"bad-words": "^3.0.4",
"canvafy": "^7.1.0",
"canvas": "^2.11.2",
"discord-music-player": "^9.1.1",
"discord-player": "^6.6.10",
"discord.js": "^14.15.3",
"dismusic": "^2.1.10",
"distube": "^5.0.1",
"dotenv": "^16.4.5",
"erela.js": "^2.4.0",
"erela.js-filters": "^1.2.7",
"erela.js-spotify": "^1.2.0",
"express": "^4.19.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"generate-password": "^1.7.1",
"genius-lyrics": "^4.4.7",
"give-me-a-joke": "^0.5.1",
"googleapis": "^140.0.0",
"hmtai": "^3.2.3",
"isomorphic-unfetch": "^4.0.2",
"lavacord": "^1.1.9",
"lavalink": "^2.13.0",
"leven": "^4.0.0",
"libsodium-wrappers": "^0.7.13",
"memejs": "^2.0.1",
"moonlink": "^1.0.0",
"moonlink.js": "^3.6.64",
"ms": "^2.1.3",
"musicard": "^2.0.5",
"mongodb": "^6.8.0",
"node-fetch": "^3.3.2",
"nsfwhub": "^0.0.2",
"play-dl": "^1.9.7",
"prism-media": "^1.3.5",
"qrcode": "^1.5.3",
"r34-module": "^1.3.1",
"random-memes": "^3.2.6",
"request": "^2.88.2",
"riffy": "^1.0.6",
"sharp": "^0.33.4",
"shoukaku": "^4.0.1",
"sqlite3": "^5.1.7",
"undici": "^6.18.2",
"wcard-gen": "^2.0.31",
"yt-search": "^2.11.0",
"ytdl-core": "^4.11.5",
"ytsr": "^3.8.4"
}
}