-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
39 lines (39 loc) · 848 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/logger",
"version": "3.4.0",
"description": "A simple, no-nonsense logging package for NodeJS",
"keywords": [
"logging",
"colors",
"cli",
"terminal",
"nodejs",
"typescript"
],
"author": "Jay McDoniel <[email protected]>",
"homepage": "https://github.com/jmcdo29/ogma#readme",
"license": "MIT",
"engines": {
"node": ">=10"
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmcdo29/ogma.git"
},
"bugs": {
"url": "https://github.com/jmcdo29/ogma/issues"
},
"dependencies": {
"@ogma/common": "workspace:^1.0.0",
"@ogma/styler": "workspace:^1.0.0",
"fast-safe-stringify": "2.1.1",
"on-exit-leak-free": "^2.1.0",
"sonic-boom": "^3.2.1"
}
}