forked from Khaaz/AxonCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.24 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
{
"name": "axoncore",
"version": "0.9.9",
"description": "AxonCore - Bot framework on top of Eris. Client, Command and Event handler.",
"author": "KhaaZ#0001",
"link": "https://github.com/Khaazz/AxonCore",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"eris": "git+https://github.com/Khaazz/eris.git#axoncore",
"esm": "^3.0.84",
"eventemitter3": "^3.1.0"
},
"optionalDependencies": {
"chalk": "^2.4.1",
"mongoose": "^5.2.17",
"pm2": "^3.1.3",
"signale": "^1.3.0"
},
"devDependencies": {
"eslint": "^5.6.0",
"jsdoc-to-markdown": "^4.0.1",
"superagent": "^4.0.0",
"yarn": "^1.9.4"
},
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"lint": "eslint .",
"test": "eslint src *.js",
"example": "node -r esm example/src/index.js",
"examplepm2": "node -r esm example/scripts/start.js",
"pm2logs": "pm2 logs --lines 100 AxonCore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Khaazz/AxonCore.git"
},
"bugs": {
"url": "https://github.com/Khaazz/AxonCore/issues"
},
"homepage": "https://github.com/Khaazz/AxonCore#readme",
"keywords": [
"bot",
"discord",
"framework",
"eris"
]
}