Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
68 lines
1.7 KiB
Plaintext
68 lines
1.7 KiB
Plaintext
{
|
|
"name": "pino-pretty",
|
|
"version": "13.1.2",
|
|
"description": "Prettifier for Pino log lines",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"bin": {
|
|
"pino-pretty": "./bin.js"
|
|
},
|
|
"scripts": {
|
|
"ci": "eslint && borp --check-coverage && npm run test-types",
|
|
"lint": "eslint",
|
|
"lint:fix": "eslint --fix",
|
|
"test": "borp",
|
|
"test-types": "tsc && tsd && attw --pack .",
|
|
"test:watch": "borp -w --reporter gh",
|
|
"test:report": "c8 --reporter html borp"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/pinojs/pino-pretty.git"
|
|
},
|
|
"keywords": [
|
|
"pino"
|
|
],
|
|
"author": "James Sumners <james.sumners@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pinojs/pino-pretty/issues"
|
|
},
|
|
"homepage": "https://github.com/pinojs/pino-pretty#readme",
|
|
"dependencies": {
|
|
"colorette": "^2.0.7",
|
|
"dateformat": "^4.6.3",
|
|
"fast-copy": "^3.0.2",
|
|
"fast-safe-stringify": "^2.1.1",
|
|
"help-me": "^5.0.0",
|
|
"joycon": "^3.1.1",
|
|
"minimist": "^1.2.6",
|
|
"on-exit-leak-free": "^2.1.0",
|
|
"pino-abstract-transport": "^2.0.0",
|
|
"pump": "^3.0.0",
|
|
"secure-json-parse": "^4.0.0",
|
|
"sonic-boom": "^4.0.1",
|
|
"strip-json-comments": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@arethetypeswrong/cli": "^0.18.1",
|
|
"@jsumners/assert-match": "^1.0.0",
|
|
"@jsumners/line-reporter": "^1.0.1",
|
|
"@types/node": "^24.0.8",
|
|
"borp": "^0.20.0",
|
|
"eslint": "^9.37.0",
|
|
"fastbench": "^1.0.1",
|
|
"neostandard": "^0.12.2",
|
|
"pino": "^9.0.0",
|
|
"rimraf": "^6.0.1",
|
|
"semver": "^7.6.0",
|
|
"tap": "^16.0.0",
|
|
"tsd": "^0.33.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"tsd": {
|
|
"directory": "./test/types"
|
|
}
|
|
}
|