-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
37 lines (37 loc) · 898 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
{
"name": "pino-roll",
"version": "2.2.0",
"description": "A Pino transport that automatically rolls your log files",
"main": "pino-roll.js",
"scripts": {
"dev": "tap -w -R spec",
"prepare": "husky install",
"test": "standard | snazzy && tap",
"test-ci": "standard | snazzy && tap --coverage-report=lcovonly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/pino-roll.git"
},
"keywords": [
"pino",
"transport"
],
"author": "Damien Simonin Feugas <damien.feugas@gmail.com>",
"contributors": [
"Matteo Collina <hello@matteocollina.com>"
],
"license": "MIT",
"dependencies": {
"date-fns": "^4.1.0",
"sonic-boom": "^4.0.1"
},
"devDependencies": {
"husky": "^9.0.11",
"mockdate": "^3.0.5",
"pino": "^9.2.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0-2",
"tap": "^16.0.1"
}
}