-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 924 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
{
"name": "pino-arborsculpture",
"version": "2.0.0",
"description": "Allows changing Pino log levels at runtime via a file monitor",
"main": "sculpt.js",
"scripts": {
"test": "standard && tap --no-cov test/*.test.js"
},
"precommit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pinojs/pino-arborsculpture.git"
},
"keywords": [
"pino",
"logging"
],
"author": "James Sumners <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pinojs/pino-arborsculpture/issues"
},
"homepage": "https://github.com/pinojs/pino-arborsculpture#readme",
"dependencies": {
"fast-json-parse": "^1.0.2"
},
"devDependencies": {
"flush-write-stream": "^2.0.0",
"pino": "^9.0.0",
"pre-commit": "^1.1.3",
"proxyquire": "^2.1.3",
"standard": "^17.0.0",
"tap": "^16.0.0",
"uuid": "^10.0.0"
}
}