-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
39 lines (39 loc) · 849 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
{
"name": "@ogma/cli",
"version": "2.2.1",
"description": "A CLI to re-hydrate JSON logs back to a dev readable format, colors included.",
"keywords": [
"cli",
"ogma",
"logs",
"logger",
"hydrate",
"nodejs"
],
"author": "Jay McDoniel <[email protected]>",
"homepage": "https://github.com/jmcdo29/ogma",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmcdo29/ogma.git"
},
"engines": {
"node": ">=10"
},
"bugs": {
"url": "https://github.com/jmcdo29/ogma/issues"
},
"dependencies": {
"@nestjs/common": "^10.3.2",
"@nestjs/core": "^10.3.2",
"@ogma/common": "workspace:^1.0.0",
"nest-commander": "3.9.0",
"reflect-metadata": "0.2.1"
},
"bin": {
"ogma": "./src/main.js"
}
}