-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "logzio-nodejs-metrics-sdk",
"version": "0.5.0",
"description": "Logz.io node.js metrics Exporter allows user to send collected metrics to the Logz.io using OpenTelemetry SDK ",
"main": "src/index.js",
"repository": "logzio/js-metrics",
"scripts": {
"test": "mocha"
},
"keywords": [
"opentelemetry",
"nodejs",
"protobuf",
"profiling",
"metrics",
"stats"
],
"author": "OpenTelemetry Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=14.0.0"
},
"files": [
"src/**/*.js",
"protos/**/*",
"doc",
"LICENSE",
"README.md",
"package-lock.json"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/mocha": "10.0.7",
"@types/node": "22.5.4",
"@types/sinon": "17.0.3",
"mocha": "10.7.3",
"typescript": "5.6.2"
},
"dependencies": {
"@opentelemetry/api": "1.9.0",
"@opentelemetry/exporter-metrics-otlp-http": "0.53.0",
"@opentelemetry/otlp-exporter-base": "0.53.0",
"@opentelemetry/sdk-metrics": "1.26.0",
"@opentelemetry/core": "1.26.0",
"axios": "1.7.7",
"google-protobuf": "3.21.4",
"nock": "13.5.5",
"sinon": "^19.0.2",
"snappyjs": "0.7.0",
"winston": "3.14.2"
},
"gitHead": "7750282034ee58bdd257446c2970f01307d7522a"
}