forked from GoogleCloudPlatform/cloud-ops-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 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
{
"name": "grpc-currency-service",
"version": "0.1.0",
"description": "A gRPC currency conversion microservice",
"repository": "https://github.com/GoogleCloudPlatform/microservices-demo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "semistandard *.js"
},
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/debug-agent": "5.1.3",
"@google-cloud/opentelemetry-cloud-trace-exporter": "^0.9.0",
"@google-cloud/profiler": "4.1.1",
"@grpc/proto-loader": "0.6.1",
"@opentelemetry/api": "^0.11.0",
"@opentelemetry/node": "^0.11.0",
"@opentelemetry/plugin-grpc": "^0.11.0",
"@opentelemetry/plugin-http": "^0.11.0",
"@opentelemetry/plugin-https": "^0.11.0",
"@opentelemetry/tracing": "^0.11.0",
"ajv": "^5.0.0",
"async": "3.2.0",
"google-protobuf": "3.13.0",
"grpc": "1.24.9",
"left-pad": "1.3.0",
"pino": "5.17.0",
"request": "2.88.2",
"xml2js": "0.4.23"
},
"devDependencies": {
"semistandard": "^15.0.0"
}
}