-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.69 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
58
59
60
61
62
63
64
{
"name": "pino-prettifier",
"version": "1.0.8",
"description": "Development mode prettifier for Pino",
"keywords": [
"lifion",
"logger",
"logging",
"pino",
"prettifier"
],
"author": "Edgardo Avilés <[email protected]>",
"maintainers": [
"Bryan Oemler <[email protected]>",
"Edgardo Avilés <[email protected]>",
"Jenny Eckstein <[email protected]>"
],
"contributors": [
"Chen Doron <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lifion/pino-prettifier.git"
},
"bugs": {
"url": "https://github.com/lifion/pino-prettifier/issues"
},
"homepage": "https://github.com/lifion/pino-prettifier#readme",
"main": "lib/index.js",
"engines": {
"node": ">=8.6.0"
},
"scripts": {
"eslint": "eslint . --ext .js,.json --ignore-pattern='!.*.*'",
"format": "prettier --write '**/*.{md,js,json}' '!coverage/**/*.{js,json}'",
"prepare": "husky install",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"test": "jest -c ./.jest.json",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"dependencies": {},
"devDependencies": {
"auto-changelog": "^2.3.0",
"check-engines": "^1.5.0",
"codecov": "^3.8.3",
"eslint": "^7.32.0",
"eslint-config-lifion": "^2.1.1",
"hex-debug": "^2.0.2",
"husky": "^7.0.2",
"jest": "^27.1.0",
"lint-staged": "^10.5.4",
"pinst": "^2.1.6",
"prettier": "^2.3.2"
},
"@lifion/core-commons": {
"autoDocs": false,
"template": "public",
"updated": "2019-11-11T21:39:44.493Z",
"version": "2.3.4"
}
}