-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 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": "kingman_dev_mode_bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"keywords": [
"discord mod bot",
"kingman system",
"kingman dev",
"welcomer bot"
],
"author": "Muhammad Rafat Kurkar [+962792914245] [https://github.com/KMKINGMAN]",
"license": "MIT ",
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"ascii-table": "0.0.9",
"axios": "^0.21.1",
"canvacord": "^5.2.3",
"canvas": "^2.8.0",
"canvas-constructor": "^4.0.1",
"colors": "^1.4.0",
"discord-giveaways": "^4.5.1",
"discord.js": "^12.5.3",
"express": "^4.17.1",
"figlet": "^1.5.2",
"moment": "^2.29.1",
"mongoose": "^5.13.8",
"ms": "^2.1.3",
"node-fetch": "^2.6.1"
}
}