UNPKG

pino-princess

Version:

Prettiest Pino Prettifier in all the land

128 lines (127 loc) 3.05 kB
{ "name": "pino-princess", "version": "1.6.1", "description": "Prettiest Pino Prettifier in all the land", "keywords": [ "pino", "pino-pretty", "ndjson", "prettifier", "pino-colada", "pretty", "prettify", "pino-princess", "pino princess", "princess", "logging", "logger", "json", "cli", "command line", "streams" ], "homepage": "https://github.com/spence-s/pino-princess", "bugs": { "url": "https://github.com/spence-s/pino-princess/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/spence-s/pino-princess.git" }, "license": "MIT", "author": "Spencer Snyder <sasnyde2@gmail.com>", "type": "module", "main": "dist/index.js", "bin": { "pino-princess": "./dist/cli.js" }, "files": [ "dist" ], "scripts": { "build": "npm run clean && tsc --project tsconfig.build.json", "check": "npm run build -- --noEmit", "clean": "rimraf dist", "lint": "npm run check && xo", "lint:fix": "xo --fix", "prepare": "husky", "release": "np", "test": "c8 ava", "test:node": "node --watch --test test-node/**/*.test.ts", "test:watch": "ava --watch" }, "xo": { "prettier": true, "rules": { "unicorn/prefer-module": "off", "import/extensions": "off", "n/file-extension-in-import": "off", "unicorn/no-array-reduce": "off", "unicorn/prefer-object-from-entries": "off", "no-negated-condition": "off", "unicorn/prevent-abbreviations": "off", "capitalized-comments": "off", "ava/use-test": "off", "@typescript-eslint/naming-convention": "off" }, "space": true }, "prettier": { "plugins": [ "prettier-plugin-packagejson" ] }, "ava": { "environmentVariables": { "FORCE_COLOR": "true", "TERM": "vscode" }, "extensions": { "ts": "module" }, "files": [ "test/**/*.ts" ], "verbose": true }, "dependencies": { "chalk": "^5", "cli-highlight": "^2.1.11", "cosmiconfig": "^9.0.0", "date-fns": "^4.1.0", "get-value": "^4.0.1", "is-unicode-supported": "^2.1.0", "json-log-line": "^1.1.3", "json-stringify-pretty-compact": "^4.0.0", "on-exit-leak-free": "^2.1.2", "pino-abstract-transport": "^3.0.0", "pretty-ms": "^9", "pump": "^3.0.3", "sonic-boom": "^4.2.0" }, "devDependencies": { "@commitlint/cli": "^20.4.1", "@commitlint/config-conventional": "^20.4.1", "@types/node": "^25.2.2", "@types/pump": "^1.1.3", "ansi-regex": "^6.2.2", "ava": "^6.4.1", "c8": "^10.1.3", "execa": "^9.6.1", "fixpack": "^4.0.0", "has-ansi": "^6.0.2", "husky": "^9.1.7", "lint-staged": "^16.2.7", "np": "^11.0.2", "pino": "^10.3.0", "pino-std-serializers": "^7.1.0", "prettier-plugin-packagejson": "^3.0.0", "rimraf": "^6.1.2", "strip-ansi": "^7.1.2", "typescript": "^5.9.3", "xo": "^1.2.3" }, "engines": { "node": ">=22" } }