forked from Horziox/Kevin
-
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) · 745 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 745 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": "kevin",
"version": "2.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Horziox/Kevin.git"
},
"author": "Horziox",
"license": "MIT",
"bugs": {
"url": "https://github.com/Horziox/Kevin/issues"
},
"homepage": "https://github.com/Horziox/Kevin#readme",
"dependencies": {
"axios": "^0.21.1",
"canvas": "^2.7.0",
"chalk": "^4.1.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"gifencoder": "^2.0.1",
"humanize-duration": "^3.25.1",
"node-schedule": "^1.3.3",
"path": "^0.12.7"
},
"engines": {
"node": "13.3.0"
}
}