-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
130 lines (130 loc) · 3.57 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "Hope_Bot",
"version": "3.1.2",
"description": "This is my first Discord bot made using [discord.js](https://github.com/discordjs/discord.js)",
"main": "src/index.js",
"scripts": {
"start": "node ."
},
"engines": {
"node": "16.6.2",
"npm": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klaus-2/Hope-Public.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/klaus-2/Hope-Public/issues"
},
"homepage": "https://github.com/klaus-2/Hope-Public#readme",
"dependencies": {
"@sentry/node": "^7.13.0",
"@sentry/tracing": "^7.13.0",
"@vitalets/google-translate-api": "^8.0.0",
"@vvo/tzdb": "^6.63.0",
"aki-api": "^6.0.8",
"animequotes": "^2.0.0",
"array-sort": "^1.0.0",
"ascii-table": "^0.0.9",
"axios": "^0.27.2",
"canvacord": "^5.4.7",
"canvas": "^2.10.1",
"chalk": "^5.2.0",
"common-tags": "^1.8.2",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"covid19-global": "^1.0.2",
"cron": "^2.1.0",
"danbooru": "^3.1.0",
"datadog-metrics": "^0.10.1",
"date-and-time": "^2.4.1",
"db-local": "^2.8.8",
"discord-backup": "^3.2.1",
"discord-fetch-all": "^3.0.2",
"discord.js": "^14.7.0",
"duckduckgo-images-api": "^1.0.5",
"ejs": "^3.1.8",
"emoji-regex": "^10.1.0",
"erela.js": "github:menudocs/erela.js#build",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-spotify": "^1.2.0",
"express": "^4.18.1",
"express-session": "^1.17.3",
"generate-password": "^1.7.0",
"genius-lyrics-api": "^3.2.0",
"google-play-scraper": "^9.1.1",
"hanime": "^1.2.1",
"he": "^1.2.0",
"html-to-markdown": "^1.0.0",
"html2markdown": "^1.1.0",
"i18next": "^22.4.9",
"i18next-node-fs-backend": "^2.1.3",
"jscord-storage": "^0.0.11",
"leveldown": "^6.1.1",
"levelup": "^5.1.1",
"lowdb": "^3.0.0",
"mal-scraper": "^2.11.4",
"marked": "^4.1.0",
"mathjs": "^11.2.1",
"memorystore": "^1.6.7",
"minecraft-server-util": "^5.3.1",
"moment": "^2.29.4",
"mongoose": "^6.6.1",
"nanoid": "^3.1.25",
"nanoid-dictionary": "^4.3.0",
"nekos.life": "^3.0.0",
"node-cron": "^3.0.2",
"node-kitsu": "^1.1.1",
"node-os-utils": "^1.3.7",
"node-superfetch": "^0.3.0",
"optiic": "^0.0.21",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"proxy-list-random": "^1.0.2",
"quick.db": "^9.0.6",
"quickchart-js": "^3.1.0",
"r6api.js": "^4.4.1",
"radio-browser": "^2.2.1",
"random": "^3.0.6",
"random-code-gen": "^1.1.2",
"random-email": "^1.0.3",
"random-number": "^0.0.9",
"randostrings": "^0.1.6",
"require-text": "^0.0.1",
"rss-parser": "^3.12.0",
"shortid": "^2.2.16",
"sightengine": "^1.3.1",
"simple-node-logger": "^21.8.12",
"string-progressbar": "^1.0.4",
"string-similarity": "^4.0.4",
"tinyurl": "^1.1.7",
"topgg-autoposter": "^2.0.1",
"twemoji-parser": "^14.0.0",
"twitter-lite": "^1.1.0",
"undici": "^5.10.0",
"uniqid": "^5.4.0",
"unirest": "^0.6.0",
"urban-dictionary": "^3.0.2",
"valid-url": "^1.0.9",
"voucher-code-generator": "^1.3.0",
"weather-js": "^2.0.0",
"wikijs": "^6.3.3",
"youtube-search": "^1.1.6"
},
"devDependencies": {
"clean-jsdoc-theme": "^4.1.8",
"eslint": "^8.23.1",
"jsdoc": "^3.6.11"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^6.0.2",
"zlib-sync": "^0.1.7"
}
}