-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.69 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.69 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"replace": "node utils/replace.js",
"start": "forever index.js --colors",
"revert": "git init --initial-branch=main && git fetch origin main && git reset --hard origin/main"
},
"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"
},
"devDependencies": {
"forever": "^4.0.3",
"nodemon": "^2.0.22"
}
}