-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "haystack-client",
"version": "0.1.2",
"description": "Haystack OpenTracing compliant client",
"engines": {
"node": ">=10.10.0"
},
"license": "Apache-2.0",
"keywords": [],
"author": "Haystack <[email protected]>",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/ExpediaDotCom/haystack-client-node.git"
},
"contributors": [
"Haystack <[email protected]>"
],
"dependencies": {
"@grpc/grpc-js": "^1.1.5",
"google-protobuf": "^3.13.0",
"opentracing": "^0.14.0",
"request": "^2.88.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"@types/chai": "3.4.35",
"@types/kafka-node": "2.0.7",
"@types/mocha": "^7.0.2",
"@types/node": "^12.12.42",
"@types/request": "2.48.0",
"chai": "^3.5.0",
"grpc-tools": "^1.9.0",
"kafka-node": "2.6.1",
"mocha": "^7.1.2",
"npm-registry-package-info": "1.0.5",
"semver": "^5.5.0",
"ts-node": "^7.0.0",
"tslint": "^5.0.0",
"typescript": "^3.9.3"
}
}