-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 823 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
27
28
29
30
31
{
"name": "@examples/grpc-http-proxy",
"version": "0.0.1",
"private": true,
"license": "BSD 3-Clause",
"type": "module",
"scripts": {
"dev": "yarn service dev",
"proto:generate": "buf generate",
"proto:lint": "buf lint"
},
"dependencies": {
"@atls/nestjs-grpc-http-proxy": "workspace:*",
"@atls/nestjs-grpc-reflection": "workspace:*",
"@grpc/grpc-js": "1.11.2",
"@grpc/proto-loader": "0.7.13",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/microservices": "10.4.1",
"@nestjs/testing": "10.4.1",
"@types/long": "4.0.2",
"google-protobuf": "3.21.4",
"long": "4.0.0",
"protobufjs": "7.4.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
},
"externalDependencies": {
"@nestjs/common/utils/load-package.util": "*"
}
}