-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
38 lines (38 loc) · 889 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
{
"name": "@ogma/platform-express",
"version": "5.0.1",
"description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Express",
"keywords": [
"express",
"logging",
"ogma",
"nestjs",
"interceptor",
"http"
],
"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/platform-express": "^9.0.0 || ^10.0.0",
"@ogma/nestjs-module": "workspace:^5.0.0"
},
"peerDependenciesMeta": {
"@nestjs/platform-express": {
"optional": false
},
"@ogma/nestjs-module": {
"optional": false
}
}
}