-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 926 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
32
33
34
{
"name": "cool-bot",
"main": "bot.js",
"author": "bmd",
"description": "Awesome Discord bot - Made with Bot Maker for Discord",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"axios": "^1.6.8",
"better-sqlite3": "^11.1.2",
"ffmpeg": "^0.0.4",
"fs-extra": "^11.1.1",
"jimp": "^0.22.10",
"libsodium": "^0.7.13",
"libsodium-wrappers": "^0.7.13",
"node-gyp": "^10.1.0",
"node-pre-gyp": "^0.17.0",
"oceanic.js": "^1.11.0",
"optional": "^0.1.4",
"opus": "^0.0.0",
"play-dl": "^1.9.7",
"puppeteer": "^23.0.2",
"quick.db": "^9.1.7",
"replace-color": "^2.3.0",
"soundcloud-downloader": "^1.0.0",
"undici": "^6.2.1",
"write-file-atomic": "^5.0.1",
"youtube-search": "^1.1.6",
"youtubei.js": "github:LuanRT/YouTube.js",
"yt-search": "^2.10.4",
"ytdl-core": "^4.11.5"
},
"version": "1.0.0"
}