forked from GoogleCloudPlatform/opentelemetry-operations-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 955 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
33
34
35
36
{
"name": "opentelemetry-operations-js",
"version": "0.4.0",
"description": "OpenTelemetry is a distributed tracing and stats collection framework.",
"scripts": {
"clean": "lerna run clean",
"postinstall": "npm run bootstrap",
"precompile": "tsc --version",
"compile": "lerna run compile",
"codecov": "lerna run codecov",
"test": "lerna run test",
"bootstrap": "lerna bootstrap",
"lint": "lerna run lint",
"fix": "lerna run fix",
"create-release-tags": "node scripts/create-release-tags.js"
},
"repository": "https://github.com/GoogleCloudPlatform/opentelemetry-operations-js",
"keywords": [
"opentelemetry",
"nodejs",
"tracing",
"monitoring",
"logs",
"google-cloud-trace",
"google-cloud-monitoring",
"google-cloud-logs"
],
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=10"
},
"devDependencies": {
"lerna": "4.0.0"
}
}