UNPKG

nodejs-logitron

Version:

Powerful logger module for Nodejs/ Nestjs, seamlessly integrating Pino and Winston for flexible logging with easy configuration.

65 lines 1.53 kB
{ "name": "nodejs-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/index.ts", "load:test": "tsx test/load-test.ts", "lint": "npx prettier --write src/**/*.ts", "build": "tsup ./src" }, "author": "webcoderspeed", "license": "MIT", "files": [ "lib/**/*" ], "dependencies": { "cors": "^2.8.5", "date-fns": "^3.6.0", "express": "^4.19.2", "pino": "^9.1.0", "pino-pretty": "^11.1.0", "uuid": "^9.0.1", "winston": "^3.13.0" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.12.13", "@types/uuid": "^9.0.8", "axios": "^1.8.1", "chalk": "^5.4.1", "nodemon": "^3.1.2", "p-limit": "^6.2.0", "prettier": "^3.2.5", "rimraf": "^5.0.7", "ts-node": "^10.9.2", "tsup": "^8.4.0", "tsx": "^4.19.3", "typescript": "^5.4.5" }, "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" ] }