-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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
{
"name": "pridebot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "node ."
},
"keywords": [],
"author": "Sdriver1#0001",
"license": "ISC",
"dependencies": {
"@dbleu/node": "^1.0.0",
"@discordjs/core": "^0.6.0",
"@discordjs/rest": "^1.7.1",
"@top-gg/sdk": "^3.1.6",
"archiver": "^5.3.2",
"axios": "^1.7.7",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.3",
"botlist.me.js": "^1.0.3",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"discord-api-types": "^0.37.99",
"discord-hybrid-sharding": "^2.2.3",
"discord.js": "^14.16.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"googleapis": "^134.0.0",
"jimp": "^0.22.12",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"mongodb": "^6.8.0",
"mongoose": "^7.8.1",
"node-cron": "^3.0.3",
"nodeactyl": "^3.3.0",
"os": "^0.1.2",
"path": "^0.12.7",
"pm2": "^5.4.3",
"puppeteer": "^20.9.0",
"sharp": "^0.33.5",
"topgg-autoposter": "^2.0.2"
}
}