-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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
{
"name": "djs-v13-bot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discord-player/extractor": "^4.4.6",
"@discordjs/builders": "^1.4.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^0.5.0",
"@discordjs/voice": "^0.16.1",
"@distube/ytdl-core": "^4.11.8",
"@microsoft/signalr": "^8.0.0",
"axios": "^1.4.0",
"better-sqlite3": "^8.1.0",
"canvacord": "^5.4.8",
"colors": "^1.4.0",
"discord-api-types": "^0.37.18",
"discord-player": "^6.6.7",
"discord.js": "^14.9.0",
"distube": "^4.0.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fetch": "^1.1.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.1.0",
"moment-timezone": "^0.5.43",
"mongoose": "^6.8.0",
"ms": "^2.1.3",
"noblox.js": "^4.15.1",
"node-fetch": "^3.3.0",
"nodemon": "^2.0.22",
"openai": "^4.32.1",
"opusscript": "^0.0.8",
"play-dl": "^1.9.6",
"pogger": "^0.0.9",
"quick.db": "^7.1.3",
"rbx": "^2.2.0",
"sodium": "^3.0.2",
"ytdl-core": "^4.11.5"
}
}