forked from japneet5233/Automatic-Role-Adder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "Automatic-Role-Adder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"node": "^16.6.1"
},
"dependencies": {
"canvacord": "^5.2.3",
"canvas": "^2.8.0",
"canvas-constructor": "^4.1.0",
"chalk": "^4.1.2",
"color": "^4.0.1",
"colors": "^1.4.0",
"discord-backup": "^2.3.0",
"discordjs-button-embed-pagination": "^4.0.2",
"discord-giveaways": "^4.5.1",
"discord-webhook-node": "^1.1.8",
"discord-html-transcripts": "^1.1.3",
"discord-math": "^1.0.5",
"discord.js": "^13.6.0",
"dotenv": "^14.3.2",
"express": "^4.17.1",
"figlet": "^1.5.2",
"node-fetch": "^2.6.6",
"node-fetch2": "^1.6.3",
"glob": "^7.1.7",
"humanize-duration": "^3.27.1",
"mongoose": "^6.0.1",
"ms": "^2.1.3",
"quick.db": "^7.1.3",
"random-puppy": "^1.1.0",
"srod-v2": "^1.0.2"
}
}