-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
{
"name": "djs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.6.0",
"@discordjs/voice": "^0.6.0",
"axios": "^0.24.0",
"canvacord": "^5.2.3",
"canvas": "^2.8.0",
"discord-buttons": "^4.0.0",
"discord-buttons-pages": "^1.1.7",
"discord-player": "^5.2.0",
"discord-xp": "^1.1.16",
"discord.js": "^13.1.0",
"distube": "^3.0.4",
"ffmpeg-static": "^4.4.0",
"glob": "^7.1.7",
"image-url-validator": "^1.0.4",
"javascript-time-ago": "^2.3.9",
"moment": "^2.29.1",
"mongoose": "^6.0.2",
"mongoose-auto-increment": "^5.0.1",
"tiny-relative-date": "^1.3.0",
"validate-color": "^2.2.1",
"yt-search": "^0.1.1",
"ytdl-core": "^4.9.2"
}
}