File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grpc/reflection" ,
3
3
"version" : " 1.0.0" ,
4
- "author" : " Justin Timmons" ,
4
+ "author" : {
5
+ "name" : " Google Inc."
6
+ },
5
7
"description" : " Reflection API service for use with gRPC-node" ,
6
8
"repository" : {
7
9
"type" : " git" ,
29
31
"generate-types" : " proto-loader-gen-types --longs String --enums String --bytes Array --defaults --oneofs --includeComments --includeDirs proto/ -O src/generated grpc/reflection/v1/reflection.proto grpc/reflection/v1alpha/reflection.proto"
30
32
},
31
33
"dependencies" : {
32
- "google-protobuf" : " ^3.21.2"
34
+ "google-protobuf" : " ^3.21.2" ,
35
+ "@grpc/proto-loader" : " ^0.7.10"
33
36
},
34
37
"peerDependencies" : {
35
- "@grpc/grpc-js" : " >=1.5.4" ,
36
- "@grpc/proto-loader" : " >=0.6.9"
38
+ "@grpc/grpc-js" : " ^1.8.21"
37
39
},
38
40
"devDependencies" : {
39
- "@grpc/grpc-js" : " ^1.8.21" ,
40
- "@grpc/proto-loader" : " ^0.7.10" ,
41
+ "@grpc/grpc-js" : " file:../grpc-js" ,
41
42
"@types/google-protobuf" : " ^3.15.7" ,
42
43
"copyfiles" : " ^2.4.1" ,
43
44
"typescript" : " ^5.2.2"
You can’t perform that action at this time.
0 commit comments