-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 993 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 993 Bytes
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
{
"name": "pridebot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "node ."
},
"keywords": [],
"author": "Sdriver1#0001",
"license": "ISC",
"dependencies": {
"@discordjs/rest": "^1.7.1",
"@top-gg/sdk": "^3.1.6",
"axios": "^1.13.2",
"botlist.me.js": "^1.0.3",
"bull": "^4.16.5",
"chalk": "^4.1.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"discord-api-types": "^0.37.120",
"discord-hybrid-sharding": "^2.2.6",
"discord.js": "^14.25.1",
"dotenv": "^16.6.1",
"express": "^4.22.1",
"express-session": "^1.19.0",
"googleapis": "^134.0.0",
"jsonwebtoken": "^9.0.3",
"moment": "^2.30.1",
"mongodb": "^6.21.0",
"mongoose": "^7.8.8",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"patreon": "^0.0.1",
"pm2": "^6.0.14",
"sharp": "^0.33.5",
"topgg-autoposter": "^2.0.2"
}
}