-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
61 lines (61 loc) · 1.22 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
58
59
60
61
{
"name": "egg-grpc",
"version": "1.0.3",
"description": "grpc plugin for egg",
"eggPlugin": {
"name": "grpc"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"grpc"
],
"dependencies": {
"debug": "^3.0.1",
"extend2": "^1.0.0",
"grpc": "^1.4.1",
"traverse": "^0.6.6"
},
"devDependencies": {
"autod": "^2.9.0",
"egg": "^1.7.0",
"egg-bin": "^4.1.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.9.1",
"eslint": "^4.5.0",
"eslint-config-egg": "^5.1.0",
"pedding": "^1.1.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"files": [
"app",
"lib",
"config",
"app.js"
],
"ci": {
"version": "8, 10, 12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-grpc.git"
},
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"homepage": "https://github.com/eggjs/egg-grpc#readme",
"author": "TZ <[email protected]>",
"license": "MIT"
}