-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.67 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
62
63
64
65
66
67
{
"name": "egg-dubbo-rpc",
"version": "1.2.1",
"description": "dubbo rpc plugin for egg",
"eggPlugin": {
"name": "dubboRpc",
"dependencies": [
"rpc"
]
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin"
],
"dependencies": {
"address": "^1.1.0",
"js-remoting-for-apache-dubbo": "^1.0.0",
"nacos": "^2.0.0",
"sdk-base": "^3.6.0",
"sofa-rpc-node": "^1.12.0"
},
"devDependencies": {
"autod": "^3.1.0",
"autod-egg": "^1.1.0",
"egg": "^2.22.2",
"egg-bin": "^4.13.0",
"egg-mock": "^3.22.4",
"egg-rpc-base": "^1.3.1",
"egg-rpc-generator": "^1.3.1",
"eslint": "^5.16.0",
"eslint-config-egg": "^7.4.1",
"mz-modules": "^2.1.0",
"webstorm-disable-index": "^1.2.0",
"zookeeper-cluster-client": "^3.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"autod": "autod",
"lint": "eslint . --ext .js",
"cov": "sh test/init.sh && TEST_TIMEOUT=20000 egg-bin cov",
"test": "npm run lint && npm run test-local",
"test-local": "sh test/init.sh && egg-bin test",
"pkgfiles": "egg-bin pkgfiles --check",
"ci": "npm run autod -- --check && npm run pkgfiles && npm run lint && npm run cov",
"contributors": "contributors -f plain -o AUTHORS"
},
"files": [
"config",
"lib"
],
"ci": {
"version": "8, 10, 12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dubbo/egg-rpc-for-apache-dubbo.git"
},
"bugs": {
"url": "https://github.com/dubbo/egg-rpc-for-apache-dubbo/issues"
},
"homepage": "https://github.com/dubbo/egg-rpc-for-apache-dubbo#readme",
"author": "gxcsoccer <[email protected]>",
"license": "MIT"
}