UNPKG

@nestjs-labs/pino-http-extra

Version:

Enhanced pino-http with OpenTelemetry, Loki, file rotation and enterprise features.

89 lines 2.31 kB
{ "name": "@nestjs-labs/pino-http-extra", "version": "1.5.4-alpha.0", "description": "Enhanced pino-http with OpenTelemetry, Loki, file rotation and enterprise features.", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./options": { "import": "./dist/options.js", "require": "./dist/options.js", "types": "./dist/options.d.ts" }, "./streams": { "import": "./dist/streams.js", "require": "./dist/streams.js", "types": "./dist/streams.d.ts" }, "./serializers": { "import": "./dist/serializers.js", "require": "./dist/serializers.js", "types": "./dist/serializers.d.ts" } }, "repository": { "type": "git", "url": "https://github.com/nestjs-labs/nestjs-pino-extra", "directory": "packages/pino-http-extra" }, "keywords": [ "pino", "http", "logging", "opentelemetry", "loki", "file-rotation" ], "author": "NestJS Labs AB", "license": "MIT", "bugs": { "url": "https://github.com/nestjs-labs/nestjs-pino-extra/issues" }, "homepage": "https://nestjs-labs.github.io/nestjs-pino-extra", "docs": "https://nestjs-labs.github.io/nestjs-pino-extra", "files": [ "dist" ], "dependencies": { "@opentelemetry/api": "^1.9.0", "pino": "^10.1.0", "pino-http": "^11.0.0", "pino-loki": "^3.0.0", "pino-pretty": "^13.0.0", "pino-std-serializers": "^7.0.0", "rotating-file-stream": "^3.2.6" }, "devDependencies": { "@commitlint/cli": "^19.4.1", "@commitlint/config-conventional": "^19.4.1", "@nestjs-labs/eslint-config": "^1.0.3", "@types/node": "^22.10.7", "eslint": "^9.32.0", "prettier": "^3.6.2", "tslib": "^2.8.0", "typescript": "^5.5.4" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "scripts": { "build": "tsc", "lint": "eslint .", "lint:fix": "eslint . --fix && prettier --write .", "format": "prettier --write .", "dry-run": "npm publish --dry-run" } }