-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
57 lines (57 loc) · 1.15 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
{
"name": "egg-alinode",
"version": "2.0.1",
"description": "alinode plugin for egg",
"eggPlugin": {
"name": "alinode"
},
"repository": {
"type": "git",
"url": "https://github.com/eggjs/egg-alinode.git"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"alinode"
],
"dependencies": {
"agentx": "^1.9.3",
"commandx": "^1.5.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.1",
"mz": "^2.7.0",
"node-homedir": "^1.1.0"
},
"devDependencies": {
"autod": "^3.0.1",
"egg": "latest-1",
"egg-bin": "^4.7.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.17.1",
"eslint": "^4.19.1",
"eslint-config-egg": "^7.0.0",
"glob": "^7.1.2",
"supertest": "^3.1.0"
},
"engines": {
"node": ">=6.0.0"
},
"ci": {
"version": "6, 8, 9"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"files": [
"config",
"app",
"agent.js"
],
"author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)"
}