@infotorg/winston-log-formats
Version:
Infotorg log formats for Winston logger
69 lines (68 loc) • 1.71 kB
JSON
{
"name": "@infotorg/winston-log-formats",
"version": "2.0.4",
"description": "Infotorg log formats for Winston logger",
"main": "dist/main.js",
"engines": {
"node": ">=12"
},
"scripts": {
"build": "babel --delete-dir-on-start --minified src -d dist --source-maps",
"lint": "eslint --ext .js .",
"format": "prettier --write --list-different .",
"lintfix": "npm run format && npm run lint -- --fix",
"prepublish": "npm run build",
"prebuild": "npm run test",
"pretest": "npm run lintfix",
"test": "jest"
},
"keywords": [
"logger",
"format",
"logform",
"axios",
"filter",
"mask",
"requestId",
"trackId",
"mask data",
"Request Trace ID",
"Request ID",
"Track ID",
"description",
"request",
"response",
"filter",
"winston"
],
"author": "Volodymyr Chumak <coder.ua@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/infotorg/winston-log-formats/issues"
},
"homepage": "https://github.com/infotorg/winston-log-formats#readme",
"directories": {
"test": "tests"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.21.4",
"axios": "^1.3.6",
"babel-jest": "^29.5.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.8"
},
"dependencies": {
"@coder.ua/mask-data": "^2.0.1",
"@infotorg/mask-data-severity-levels": "^1.0.0",
"lodash.get": "^4.4.2",
"lodash.unset": "^4.5.2",
"logform": "^2.5.1",
"triple-beam": "^1.3.0"
}
}