-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "kato",
"version": "1.3.1",
"description": "kato is the all-in-one Discord bot for all your needs. kato utilizes many discord features to enhance your server with advanced stuff like moderation, leveling, event logging, and much, much, more!",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k4deng/kato.git"
},
"author": "k4deng <[email protected]> (https://k4deng.net)",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://katobot.tk/support"
},
"homepage": "https://katobot.tk",
"dependencies": {
"@sapphire/time-utilities": "^1.3.8",
"body-parser": "^1.20.0",
"canvacord": "^5.4.10",
"canvas": "^2.11.2",
"chalk": "^2.4.2",
"cors": "^2.8.5",
"discord.js": "^14.14.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.9",
"enmap": "^5.9.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"marked": "^4.0.14",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.7",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"postcss-scrollbar": "^0.5.0",
"randomcolor": "^0.6.2",
"simple-node-logger": "^21.8.12"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-ejs-js": "^0.1.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"node": "^16.14.1"
},
"keywords": []
}