-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "@teracyhq-incubator/logging-tracing",
"version": "0.6.0-SNAPSHOT",
"description": "logging and tracing libraries for cloud native apps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"logging",
"tracing",
"cloud",
"native"
],
"author": "Teracy, Inc",
"license": "ISC",
"dependencies": {
"@google-cloud/opentelemetry-cloud-trace-exporter": "^0.7.0",
"@google-cloud/opentelemetry-cloud-trace-propagator": "^0.7.0",
"@opentelemetry/api": "^0.12.0",
"@opentelemetry/exporter-jaeger": "^0.12.0",
"@opentelemetry/exporter-zipkin": "^0.12.0",
"@opentelemetry/node": "^0.12.0",
"@opentelemetry/tracing": "^0.12.0",
"boolean": "^3.0.2",
"winston": "^3.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teracyhq-incubator/logging-tracing.git"
},
"bugs": {
"url": "https://github.com/teracyhq-incubator/logging-tracing/issues"
},
"homepage": "https://github.com/teracyhq-incubator/logging-tracing#readme",
"directories": {
"example": "examples"
}
}