nestjs-logger-configurable
Version:
nestjs logger based on configservice and winston
69 lines (68 loc) • 1.75 kB
JSON
{
"name": "nestjs-logger-configurable",
"version": "0.2.0",
"description": "nestjs logger based on configservice and winston",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf -rf dist && tsc"
},
"main": "./dist/index.js",
"keywords": [
"node",
"nestjs",
"loger"
],
"lint-staged": {
"packages/*/{src, types}/**/*.{js,json,ts}": [
"eslint --fix",
"prettier --write"
]
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"author": "pengboUESTC",
"homepage": "https://github.com/PengBoUESTC/nestjs-logger-configurable.git",
"repository": {
"type": "git",
"url": "git+https://github.com/PengBoUESTC/nestjs-logger-configurable.git"
},
"license": "ISC",
"devDependencies": {
"@nestjs/config": "^2.0.1",
"@nestjs/common": "^8.4.7",
"@nestjs/core": "^8.4.7",
"@nestjs/testing": "^8.4.7",
"axios": "^0.27.2",
"express": "^4.18.1",
"logform": "^2.4.1",
"winston": "^3.8.0",
"winston-transport": "^4.5.0",
"@types/lodash": "^4.14.182",
"@types/jest": "^28.1.3",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"jest": "^28.1.1",
"lint-staged": "^13.0.2",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"tslint": "^6.1.3",
"typescript": "^4.7.4",
"yorkie": "^2.0.0"
},
"dependencies": {
"lodash": "^4.17.21",
"qs": "^6.10.5"
},
"peerDependencies": {
"@nestjs/config": "^2.0.1",
"@nestjs/common": "^8.4.7",
"@nestjs/core": "^8.4.7",
"axios": "^0.27.2",
"express": "^4.18.1",
"logform": "^2.4.1",
"winston": "^3.8.0",
"winston-transport": "^4.5.0"
}
}