forked from GoogleCloudPlatform/microservices-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 730 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 730 Bytes
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
{
"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/profiler": "4.1.7",
"@google-cloud/trace-agent": "5.1.6",
"@grpc/grpc-js": "1.4.4",
"@grpc/proto-loader": "0.5.6",
"async": "3.2.3",
"google-protobuf": "3.13.0",
"pino": "5.17.0",
"request": "2.88.2",
"xml2js": "0.4.23"
},
"devDependencies": {
"semistandard": "16.0.1"
}
}