-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.11 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.11 KB
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
{
"name": "node-zookeeper-dubbo",
"version": "2.2.1",
"description": "node connect dubbo by default protocol in zookeeper",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"keywords": [
"zookeeper",
"node",
"dubbo",
"javascript"
],
"repository": {
"type": "git",
"url": "https://github.com/p412726700/node-zookeeper-dubbo"
},
"author": "pzc <412726700@qq.com>",
"license": "ISC",
"dependencies": {
"chalk": "2.3.0",
"cli-highlight": "1.1.4",
"glob": "7.1.2",
"hessian.js": "^2.1.8",
"js-to-java": "^2.4.0",
"node-zookeeper-client": "0.2.2"
},
"jscsConfig": {
"preset": "node-style-guide",
"validateQuoteMarks": null
},
"devDependencies": {
"@types/debug": "0.0.30",
"@types/js-to-java": "2.4.0",
"@types/node": "8.0.47",
"@types/node-zookeeper-client": "0.2.4",
"chai": "^3.4.1",
"debug": "3.1.0",
"easy_sock": "0.3.6",
"source-map-support": "0.5.0",
"tslib": "1.8.0",
"typescript": "2.6"
}
}