-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
57 lines (57 loc) · 1.2 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@ogma/nestjs-module",
"version": "5.4.0",
"description": "A NestJS module for the Ogma logger",
"keywords": [
"nestjs",
"nest",
"logger",
"json",
"json-logging",
"request-logging",
"nestjs-module",
"module",
"logging"
],
"author": "Jay McDoniel <[email protected]>",
"homepage": "https://github.com/jmcdo29/ogma#readme",
"license": "MIT",
"directories": {
"lib": "lib"
},
"dependencies": {
"@ogma/logger": "workspace:^3.4.0",
"@ogma/styler": "workspace:^1.0.0",
"decorate-all": "1.2.1"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
"reflect-metadata": "^0.1.0 || ^0.2.1",
"rxjs": "^7.0.0"
},
"peerDependenciesMeta": {
"@nestjs/common": {
"required": true
},
"@nestjs/core": {
"required": true
},
"reflect-metadata": {
"required": true
},
"rxjs": {
"required": true
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmcdo29/ogma.git"
},
"bugs": {
"url": "https://github.com/jmcdo29/ogma/issues"
}
}