-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.96 KB
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
56
57
58
59
{
"name": "stackdriver-logging-json",
"version": "2.3.7",
"description": "Plain JSON entries for Stackdriver Logging to be used with Google's logging client or standard streams (e.g. winston, tslog, bunyan, pino). Examples, additional utils and a formatter for GCP managed k8s fluent-bit included.",
"main": "lib/index.js",
"repository": "git@github.com:passionkind/stackdriver-logging-json.git",
"author": "Bastian Kistner <bastian.kistner@gmail.com>",
"license": "GPL-3.0-or-later",
"private": false,
"scripts": {
"build": "rimraf lib; tsc -p tsconfig.build.json",
"dev": "rimraf lib; tsc -p tsconfig.build.json -w",
"generate": "yarn ts-node -P tsconfig.scripts.json ./scripts/stackdriver-labels-for-resources.ts"
},
"devDependencies": {
"@google-cloud/logging": "8.1.1",
"@google-cloud/opentelemetry-cloud-trace-exporter": "0.6.0",
"@opentelemetry/api": "0.12.0",
"@opentelemetry/node": "0.12.0",
"@opentelemetry/plugin-express": "0.11.0",
"@opentelemetry/plugin-http": "0.12.0",
"@opentelemetry/plugin-https": "0.12.0",
"@opentelemetry/tracing": "0.12.0",
"@tsconfig/node14": "1.0.0",
"@types/express": "4.17.9",
"@types/fs-extra": "9.0.4",
"@types/jest": "26.0.15",
"@types/jsdom": "16.2.5",
"@types/mathjs": "6.0.7",
"@types/node-fetch": "2.5.7",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"dotenv": "8.2.0",
"eslint": "7.14.0",
"eslint-config-prettier": "6.15.0",
"express": "4.17.1",
"fs-extra": "9.0.1",
"google-auth-library": "6.1.3",
"jest": "26.6.3",
"jsdom": "16.4.0",
"node-fetch": "2.6.1",
"prettier": "2.2.0",
"rimraf": "3.0.2",
"source-map-support": "0.5.19",
"ts-jest": "26.4.4",
"ts-node": "9.0.0",
"ts-toolbelt": "8.0.7",
"tsconfig-paths": "3.9.0",
"tslog": "2.11.1",
"typescript": "4.1.2",
"utility-types": "3.10.0"
},
"peerDependencies": {},
"dependencies": {
"@google-cloud/precise-date": "2.0.3",
"eventid": "1.0.0",
"mathjs": "8.0.1"
}
}