-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
102 lines (102 loc) · 4.77 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "opentelemetry-angular-interceptor",
"version": "1.9.0",
"homepage": "https://github.com/jufab/opentelemetry-angular-interceptor",
"author": {
"name": "Julien Fabre"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build opentelemetry-interceptor --configuration production && cp README.md dist/opentelemetry-interceptor/README.md",
"test": "jest --coverage",
"lint": "ng lint",
"release": "standard-version",
"e2e": "ng e2e",
"cypress": "concurrently -k -p \"[{name}]\" -n \"backend,interceptor-example,cypress\" -c \"green.bold,cyan.bold,yellow.bold\" \"npm run start:backend-interceptor-example\" \"npm start interceptor-example\" \"cypress open\"",
"cypress-instrumentation": "concurrently -k -p \"[{name}]\" -n \"backend,instrumentation-example,cypress\" -c \"green.bold,cyan.bold,yellow.bold\" \"npm run start:backend-instrumentation-example\" \"npm start instrumentation-example\" \"cypress open\"",
"cypress:run": "concurrently -k -s first -p \"[{name}]\" -n \"backend,interceptor-example,cypress\" -c \"green.bold,cyan.bold,yellow.bold\" \"npm run start:backend-interceptor-example\" \"npm start interceptor-example\" \"cypress run\"",
"cypress-instrumentation:run": "concurrently -k -s first -p \"[{name}]\" -n \"backend,instrumentation-example,cypress\" -c \"green.bold,cyan.bold,yellow.bold\" \"npm run start:backend-instrumentation-example\" \"npm start instrumentation-example\" \"cypress run\"",
"start:backend-interceptor-example": "node ./projects/interceptor-example/src/backend-api.js",
"start:complete-interceptor-example": "concurrently -k -p \"[{name}]\" -n \"backend,interceptor-example\" -c \"green.bold,cyan.bold\" \"npm run start:backend-interceptor-example\" \"npm start interceptor-example\"",
"start:backend-instrumentation-example": "node ./projects/instrumentation-example/src/backend-api.js",
"start:complete-instrumentation-example": "concurrently -k -p \"[{name}]\" -n \"backend,instrumentation-example\" -c \"green.bold,cyan.bold\" \"npm run start:backend-instrumentation-example\" \"npm start instrumentation-example\"",
"compodoc": "npx compodoc -t -p projects/opentelemetry-interceptor/tsconfig.lib.json --theme material -d ./docs -n \"OpenTelemetry Angular Interceptor\""
},
"private": true,
"engines": {
"node": ">=12.20.0"
},
"standard-version": {
"bumpFiles": [
"./projects/opentelemetry-interceptor/package.json",
"package.json",
{
"filename": "./projects/opentelemetry-interceptor/src/version.json",
"type": "json"
}
]
},
"dependencies": {
"@angular-devkit/core": "^14.2.12",
"@angular/animations": "^14.3.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.3.0",
"@angular/compiler": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/forms": "^14.3.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"ngx-highlight-js": "^13.0.0",
"ngx-logger": "5.0.12",
"rxjs": "^6.6.3",
"tslib": "^2.6.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.12",
"@angular-eslint/builder": "14.4.0",
"@angular-eslint/eslint-plugin": "14.4.0",
"@angular-eslint/eslint-plugin-template": "14.4.0",
"@angular-eslint/schematics": "14.4.0",
"@angular-eslint/template-parser": "14.4.0",
"@angular/cli": "^14.2.12",
"@angular/compiler-cli": "^14.3.0",
"@angular/language-service": "^14.3.0",
"@compodoc/compodoc": "^1.1.25",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/context-zone-peer-dep": "1.26.0",
"@opentelemetry/exporter-trace-otlp-http": "0.53.0",
"@opentelemetry/exporter-zipkin": "1.26.0",
"@opentelemetry/instrumentation": "0.53.0",
"@opentelemetry/instrumentation-xml-http-request": "0.53.0",
"@opentelemetry/propagator-aws-xray": "1.26.0",
"@opentelemetry/propagator-b3": "1.26.0",
"@opentelemetry/propagator-jaeger": "1.26.0",
"@opentelemetry/sdk-trace-web": "1.26.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.13",
"@types/node": "^16.15.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"concurrently": "^9.0.1",
"cypress": "^13.14.2",
"eslint": "^8.56.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsdoc": "^50.2.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"express": "^4.21.0",
"jest": "^29.7.0",
"jest-html-reporters": "^3.1.7",
"jest-junit": "^16.0.0",
"jest-preset-angular": "^13.1.6",
"ng-packagr": "^14.2.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.2.5",
"ts-node": "~10.9.2",
"typescript": "~4.6.4"
}
}