-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "codex",
"version": "2.0.0",
"description": "codex for djs version 14",
"main": "sharder.js",
"author": "Ray </>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm i && node sharder.js"
},
"keywords": [
"codex"
],
"dependencies": {
"@discordjs/rest": "^1.6.0",
"@iamtraction/google-translate": "^2.0.1",
"@joshdb/core": "^1.2.7",
"@joshdb/json": "^1.0.5",
"@sapphire/framework": "^4.5.3",
"@top-gg/sdk": "^3.1.5",
"@types/node": "^18.0.6",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"chalk": "^4.1.2",
"discord-gamecord": "^4.4.0",
"discord-giveaways": "^6.0.1",
"discord-hybrid-sharding": "^2.1.2",
"discord.js": "^14.14.1",
"dokdo": "^0.6.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"file": "^0.2.2",
"jquery": "^3.7.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^7.3.1",
"ms": "^2.1.3",
"node-fetch": "^3.2.6",
"os-utils": "^0.0.14",
"quickmongo": "^5.2.0",
"simply-djs": "^4.1.1",
"string-similarity": "^4.0.4",
"topgg-autoposter": "^2.0.1",
"topgg-votes": "^2.2.1"
}
}