blanc-logger
Version:
Advanced Winston logger for NestJS & TypeORM with structured logging.
56 lines (55 loc) • 1.21 kB
JSON
{
"name": "blanc-logger",
"version": "1.1.0",
"description": "Advanced Winston logger for NestJS & TypeORM with structured logging.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "https://github.com/yooseungmo/blanc-logger"
},
"author": "Yoo SeungMo <topblade6@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"lint": "eslint .",
"test": "jest"
},
"keywords": [
"winston",
"nestjs",
"logger",
"typeorm",
"logging",
"nestjs-logging"
],
"dependencies": {
"@nestjs/common": "^9.0.0",
"chalk": "^4.1.0",
"js-yaml": "^4.1.0",
"nest-winston": "^1.0.0",
"typeorm": "^0.3.20",
"uuid": "^9.0.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/js-yaml": "^4.0.9",
"@types/uuid": "^10.0.0",
"eslint": "^8.0.0",
"express": "^4.21.2",
"jest": "^28.0.0",
"typescript": "^4.0.0"
}
}