mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"name": "grpc-examples",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"@grpc/proto-loader": "^0.6.0",
|
|
"async": "^1.5.2",
|
|
"google-protobuf": "^3.0.0",
|
|
"@grpc/grpc-js": "^1.10.2",
|
|
"@grpc/grpc-js-xds": "^1.10.0",
|
|
"@grpc/reflection": "^1.0.0",
|
|
"lodash": "^4.6.1",
|
|
"minimist": "^1.2.0"
|
|
}
|
|
}
|