-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "@axonteam/ease",
"version": "1.0.0",
"description": "EASE - Enhance A Server Easily.",
"author": "KhaaZ#0001",
"link": "https://github.com/AxonTeam/Ease",
"license": "MIT",
"dependencies": {
"axoncore": "git+https://github.com/khaazz/axoncore.git#dev-2.0",
"eris": "git+https://github.com/AxonTeam/eris.git#axoncore",
"esm": "^3.2.25",
"eventemitter3": "^4.0.0"
},
"devDependencies": {
"@axonteam/doc-gen": "git+https://github.com/AxonTeam/doc-gen.git",
"@axonteam/eslint-config": "^2.2.0",
"eslint": "^6.0.1",
"yarn": "^1.22.0"
},
"optionalDependencies": {
"chalk": "^2.4.2",
"mongoose": "^5.7.5",
"pm2": "^3.5.1"
},
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "eslint src *.js",
"docgen": "node ./scripts/gendoc.js && cp README.md ./docs/README.md",
"start": "node -r esm /src/index.js",
"pm2start": "node scripts/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AxonTeam/Ease.git"
},
"bugs": {
"url": "https://github.com/AxonTeam/Ease/issues"
},
"homepage": "https://github.com/AxonTeam/Ease#readme",
"keywords": [
"bot",
"discord",
"framework",
"eris",
"modular",
"customizable",
"selfhostable"
]
}