forked from jmcdo29/ogma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 960 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
{
"name": "@ogma/platform-graphql",
"version": "3.0.1",
"description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Express server",
"keywords": [
"GraphQL",
"logging",
"ogma",
"interceptor",
"nestjs"
],
"author": "Jay McDoniel <[email protected]>",
"homepage": "https://github.com/jmcdo29/ogma#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmcdo29/ogma.git"
},
"bugs": {
"url": "https://github.com/jmcdo29/ogma/issues"
},
"peerDependencies": {
"@nestjs/graphql": "^8.0.0 || ^9.0.0",
"@ogma/nestjs-module": "^3.0.0",
"@ogma/platform-express": "^3.0.0"
},
"peerDependenciesMeta": {
"@nestjs/graphql": {
"optional": false
},
"@ogma/nestjs-module": {
"optional": false
},
"@ogma/platform-express": {
"optional": false
}
}
}