-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 927 Bytes
/
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
{
"name": "nookamis",
"version": "1.0.0",
"description": "NookAmis - Companion bot for NookActu.",
"author": "KhaaZ",
"link": "https://github.com/reseau-webspell/NookAmis",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"axoncore": "khaaz/AxonCore#dev",
"chalk": "^2.4.2",
"eris": "abalabahaha/eris#dev",
"esm": "^3.2.25",
"eventemitter3": "^4.0.4",
"pm2": "^4.2.1"
},
"devDependencies": {
"@axonteam/eslint-config": "^2.2.1",
"eslint": "^6.8.0"
},
"main": "./index.js",
"scripts": {
"lint": "eslint .",
"start": "node -r esm src/index.js",
"start:pm2": "pm2 start scripts/start.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reseau-webspell/NookAmis"
},
"bugs": {
"url": "https://github.com/reseau-webspell/NookAmis/issues"
},
"homepage": "https://github.com/reseau-webspell/NookAmis#readme"
}