-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.32 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
77
78
79
80
81
82
83
84
{
"name": "omenbot",
"version": "v1.0.3",
"description": "Discord Bot",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node . --trace-warnings",
"dev": "nodemon src/index.js"
},
"author": "soyDaddy",
"license": "ISC",
"dependencies": {
"@canvas-fonts/arial-bold-italic": "^1.0.4",
"@discordjs/voice": "^0.16.1",
"@haileybot/captcha-generator": "^1.7.0",
"@iamtraction/google-translate": "^2.0.1",
"@soydaddy/i18n": "^1.1.0",
"axios": "^1.6.0",
"body-parser": "^1.20.2",
"booru": "^2.6.5",
"canvacord": "^6.0.2",
"canvafy": "^7.0.4",
"canvas": "^2.11.2",
"cfonts": "^3.2.0",
"chalk": "^4.1.2",
"cli-table3": "^0.6.4",
"connect-mongodb-session": "^5.0.0",
"cookie-parser": "^1.4.6",
"discord-arts": "^0.5.8",
"discord-gamecord": "^4.4.1",
"discord-giveaways": "^6.0.1",
"discord-hybrid-sharding": "^2.1.4",
"discord-image-generation": "^1.4.25",
"discord-pagination-advanced": "^1.1.9",
"discord-player": "^6.6.8",
"discord.js": "^14.14.1",
"dompurify": "^3.0.11",
"dotenv": "^16.0.3",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"ffmpeg-static": "^5.2.0",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"generate-password": "^1.7.0",
"giphy-api": "^2.0.2",
"he": "^1.2.0",
"hmfull": "^2.4.3",
"html-entities": "^2.3.3",
"i": "^0.3.7",
"is-hexcolor": "^1.0.0",
"isgd": "^1.1.3",
"jsdom": "^21.1.0",
"lib": "^5.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.9.0",
"ms": "^2.1.3",
"nekos-fun": "^1.1.2",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.1",
"nsfw-images": "^1.0.0",
"nswfparse": "^1.3.0",
"parse-ms": "^2.1.0",
"popcat-wrapper": "^1.5.4",
"prompt": "^1.3.0",
"referrer-policy": "^1.2.0",
"replicate": "^0.11.1",
"snekfetch": "^4.0.4",
"sourcebin": "^5.0.0",
"soycanvas": "^1.0.4",
"swiftcord": "^2.1.7",
"system-commands": "^1.1.7",
"util": "^0.12.5",
"voucher-code-generator": "^1.3.0",
"weather-js": "^2.0.0",
"yaml": "^2.3.2"
}
}