-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "@ChoTotOSS/jaeger-client-nodejs",
"version": "1.5.5",
"description": "- Ref: `https://github.com/jaegertracing/jaeger-client-node`",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChoTotOSS/jaeger-client-nodejs.git"
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"flatted": "^2.0.1",
"jaeger-client": "^3.17.1",
"lodash": "^4.17.15",
"log4js": "^5.3.0",
"opentracing": "^0.14.4",
"request": "^2.88.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"bugs": {
"url": "https://github.com/ChoTotOSS/jaeger-client-nodejs/issues"
},
"homepage": "https://github.com/ChoTotOSS/jaeger-client-nodejs#readme"
}