nodejs-logsage
Version:
Powerful logger module for NestJS, seamlessly integrating Pino and Winston for flexible logging with easy configuration.
49 lines (48 loc) • 1.13 kB
JSON
{
"name": "nodejs-logsage",
"version": "1.0.4",
"description": "Powerful logger module for 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 src/index.ts",
"lint": "npx prettier --write src/**/*.ts",
"build": "tsup ./src"
},
"keywords": [
"NestJS",
"Logging",
"Pino",
"Winston",
"Configuration",
"Flexibility",
"Observability",
"Debugging",
"Integration"
],
"author": "webcoderspeed",
"license": "MIT",
"files": [
"lib/**/*"
],
"devDependencies": {
"@types/cls-hooked": "^4.3.8",
"@types/express": "^4.17.21",
"@types/node": "^20.12.13",
"@types/uuid": "^9.0.8",
"nodemon": "^3.1.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"cls-hooked": "^4.2.2",
"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"
}
}