nestjs-logitron
Version:
Powerful logger module for Nodejs/ Nestjs, seamlessly integrating Pino and Winston for flexible logging with easy configuration.
60 lines (59 loc) • 1.41 kB
JSON
{
"name": "nestjs-logitron",
"version": "1.0.1",
"description": "Powerful logger module for Nodejs/ Nestjs, seamlessly integrating Pino and Winston for flexible logging with easy configuration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"dev": "nodemon --exec ts-node example/main.ts",
"load:test": "tsx test/load-test.ts",
"lint": "npx prettier --write src/**/*.ts",
"build": "tsup ./src"
},
"author": "webcoderspeed",
"license": "MIT",
"files": [
"lib/**/*"
],
"dependencies": {
"@nestjs/common": "^11.0.11",
"date-fns": "^4.1.0",
"express": "^4.21.2",
"pino": "^9.6.0",
"uuid": "^11.1.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@nestjs/core": "^11.0.11",
"@nestjs/platform-express": "^11.0.11",
"@types/express": "^5.0.0",
"@types/node": "^22.13.10",
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
"keywords": [
"logitron",
"logger",
"logging",
"trace-id",
"async-hooks",
"winston",
"pino",
"log",
"structured-logging",
"express-logger",
"nodejs",
"typescript",
"debugging",
"distributed-tracing",
"performance-monitoring",
"log-management",
"error-tracking",
"observability",
"request-logging",
"logging-middleware"
]
}