-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
60 lines (60 loc) · 1.41 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
{
"name": "cluster-client",
"version": "3.7.0",
"description": "Sharing Connection among Multi-Process Nodejs",
"main": "./index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"lint": "eslint . --ext .js",
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"ci": "egg-bin cov",
"contributor": "git-contributor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-modules/cluster-client.git"
},
"keywords": [
"cluster",
"multi-process"
],
"author": "gxcsoccer@126.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-modules/cluster-client/issues"
},
"homepage": "https://github.com/node-modules/cluster-client#readme",
"dependencies": {
"byte": "^2.0.0",
"co": "^4.6.0",
"egg-logger": "^3.5.0",
"is-type-of": "^1.4.0",
"json-stringify-safe": "^5.0.1",
"long": "^4.0.0",
"sdk-base": "^4.2.1",
"serialize-json": "^1.0.3",
"tcp-base": "^3.2.0",
"utility": "^2.1.0"
},
"devDependencies": {
"address": "^1.0.3",
"await-event": "^2.1.0",
"coffee": "^5.2.1",
"detect-port": "^1.3.0",
"egg-bin": "^6.4.1",
"egg-mock": "^5.4.0",
"eslint": "^8.30.0",
"eslint-config-egg": "^12.1.0",
"git-contributor": "^2.1.5",
"mm": "^2.4.1",
"pedding": "^1.1.0",
"spy": "^1.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}