forked from Sdriver1/Pridebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 788 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 788 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
{
"name": "pridebot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "node ."
},
"keywords": [],
"author": "Sdriver1#0001",
"license": "ISC",
"dependencies": {
"@discordjs/core": "^0.6.0",
"@discordjs/rest": "^1.7.1",
"@top-gg/sdk": "^3.1.6",
"archiver": "^5.3.2",
"axios": "^1.6.5",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"mongodb": "^6.3.0",
"mongoose": "^7.6.8",
"nodeactyl": "^3.3.0",
"puppeteer": "^20.9.0",
"topgg-autoposter": "^2.0.1"
}
}