-
-
Notifications
You must be signed in to change notification settings - Fork 622
/
package.json
75 lines (75 loc) · 1.92 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
{
"name": "discordbot",
"version": "10.0.0",
"description": "Discord Bot 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",
"add-dev": "node src/dev.js"
},
"keywords": [
"Music",
"Moderation",
"Tickets",
"Radio",
"Games",
"Giveaways",
"Customisation",
"Economy",
"Leveling",
"Invites",
"Messages",
"Utilities",
"Suggestions",
"Server Stats"
],
"author": "CorwinDev",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.16.0",
"@haileybot/captcha-generator": "^1.7.0",
"@iamtraction/google-translate": "^2.0.1",
"@top-gg/sdk": "^3.1.3",
"axios": "^1.2.2",
"canvacord": "^5.4.8",
"chalk": "^4.1.2",
"discord-giveaways": "^6.0.1",
"discord-image-generation": "^1.4.23",
"discord.js": "^14.8.0",
"dompurify": "^3.0.1",
"dotenv": "^16.0.3",
"erela.js": "^2.4.0",
"erela.js-apple": "^1.2.6",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-spotify": "^1.2.0",
"ffmpeg-static": "^5.1.0",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"generate-password": "^1.7.0",
"giphy-api": "^2.0.2",
"he": "^1.2.0",
"html-entities": "^2.3.3",
"i": "^0.3.7",
"is-hexcolor": "^1.0.0",
"isgd": "^1.1.3",
"jsdom": "^21.1.0",
"libsodium-wrappers": "^0.7.10",
"lyrics-finder": "^21.7.0",
"mathjs": "^11.5.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.39",
"mongoose": "^6.8.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.6",
"parse-ms": "^2.1.0",
"popcat-wrapper": "^1.5.4",
"sourcebin": "^5.0.0",
"topgg-autoposter": "^2.0.1",
"util": "^0.12.5",
"weather-js": "^2.0.0",
"ytdl-core": "^4.11.2"
}
}