This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
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": "dbot",
"version": "9.0.4",
"description": "Dbot is a bot with which you can run your entire server! With no less than 400+ commands",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node . --trace-warnings"
},
"keywords": [
"Music",
"Moderation",
"Tickets",
"Radio",
"Games",
"Giveaways",
"Customisation",
"Economy",
"Leveling",
"Invites",
"Messages",
"Utilities",
"Suggestions",
"Server Stats"
],
"author": "© Dotwood Media",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.11.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.7.5",
"@haileybot/captcha-generator": "^1.7.0",
"@iamtraction/google-translate": "^1.1.2",
"@top-gg/sdk": "^3.1.3",
"axios": "^0.24.0",
"canvacord": "^5.2.3",
"chalk": "^4.1.2",
"discord-api-types": "^0.26.0",
"discord-giveaways": "^5.1.1",
"discord-image-generation": "^1.4.9",
"discord.js": "^13.5.1",
"dompurify": "^2.3.5",
"dotenv": "^10.0.0",
"erela.js": "^2.3.3",
"erela.js-apple": "^1.2.6",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-spotify": "^1.2.0",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"generate-password": "^1.6.1",
"giphy-api": "^2.0.2",
"hdqwalls-wrapper": "^1.0.4",
"he": "^1.2.0",
"html-entities": "^2.3.2",
"i": "^0.3.7",
"is-hexcolor": "^1.0.0",
"isgd": "^1.1.3",
"jsdom": "^18.1.0",
"libsodium-wrappers": "^0.7.9",
"lyrics-finder": "^21.7.0",
"mathjs": "^10.0.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"mongoose": "^6.0.13",
"ms": "^2.1.3",
"npm": "^8.3.0",
"popcat-wrapper": "^1.5.0",
"sourcebin": "^4.2.5",
"topgg-autoposter": "^2.0.1",
"util": "^0.12.4",
"weather-js": "^2.0.0",
"ytdl-core": "^4.9.2"
}
}