-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 972 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 972 Bytes
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
{
"main": "protal.js",
"name": "@tars/rpc",
"version": "2.0.15",
"types": "tars-rpc.d.ts",
"description": "tars4nodejs的rpc通信框架",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive"
},
"author": {
"name": "czzou",
"email": "czzou@tencent.com"
},
"keywords": [
"tars",
"tup",
"proxy",
"server"
],
"homepage": "https://github.com/tars-node/rpc",
"bugs": {
"url": "https://github.com/tars-node/rpc/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tars-node/rpc.git"
},
"dependencies": {
"@tars/dyeing": "^2.0.0",
"@tars/monitor": "^2.0.0",
"@tars/registry": "^2.0.0",
"@tars/utils": "^2.0.0",
"@tars/stream": "^2.0.1",
"hashring": "^3.2.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^6.0.2",
"should": "^13.2.3"
},
"readmeFilename": "README.md",
"license": "BSD-3-Clause"
}