-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 831 Bytes
/
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
{
"name": "opentelemetry-node-metrics",
"version": "0.0.0-placeholder",
"description": "An adoption of the node process metrics of prom-client",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo No tests to run"
},
"author": "marcbachmann",
"license": "Apache-2.0",
"release": {
"extends": "@livingdocs/semantic-release-presets/npm-github-verify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcbachmann/opentelemetry-node-metrics.git"
},
"keywords": [
"opentelemetry",
"process",
"tracing",
"metrics",
"prom-client"
],
"bugs": {
"url": "https://github.com/marcbachmann/opentelemetry-node-metrics/issues"
},
"homepage": "https://github.com/marcbachmann/opentelemetry-node-metrics#readme"
}