-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
43 lines (43 loc) · 1005 Bytes
/
package.json
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
35
36
37
38
39
40
41
42
43
{
"name": "@ogma/platform-grpc",
"version": "5.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from grpc protocols",
"keywords": [
"grpc",
"microservice",
"logging",
"ogma",
"interceptor",
"nestjs"
],
"author": "Jay McDoniel <[email protected]>",
"homepage": "https://github.com/jmcdo29/ogma#readme",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmcdo29/ogma.git"
},
"bugs": {
"url": "https://github.com/jmcdo29/ogma/issues"
},
"peerDependencies": {
"@nestjs/microservices": "^9.0.0 || ^10.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0",
"@grpc/grpc-js": "^1.7.3"
},
"peerDependenciesMeta": {
"@nestjs/microservices": {
"optional": false
},
"@ogma/nestjs-module": {
"optional": false
},
"@grpc/grpc-js": {
"optional": false
}
}
}