-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 881 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": "mc-poze-do-rodo",
"version": "1.0.0",
"description": "Bot de Modereçao/music",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rz UnderGround",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.5.0",
"@discordjs/voice": "^0.9.0",
"axios": "^0.27.2",
"canvacord": "^5.3.0",
"canvas": "^2.9.1",
"colors": "^1.4.0",
"dayjs": "^1.11.2",
"discord-chat-filter": "^1.5.2",
"discord-logs": "^2.0.1",
"discord-reply": "^0.1.2",
"discord-xp": "^1.1.16",
"discord.js": "^13.6.0",
"discord.js-light": "^4.6.5",
"milliseconds": "^1.0.3",
"ms": "^2.1.3",
"nekos.life": "^3.0.0",
"parse-duration": "^1.0.2",
"quick.db": "^7.1.3",
"simply-xp": "^1.1.3",
"superagent": "^7.1.3"
}
}