logging-audit-utils
Version:
A comprehensive logging and audit utility with support for dynamic attributes and audit logging
45 lines (44 loc) • 996 B
JSON
{
"name": "logging-audit-utils",
"version": "1.4.0",
"description": "A comprehensive logging and audit utility with support for dynamic attributes and audit logging",
"main": "index.js",
"files": [
"*.js",
"README.md"
],
"scripts": {
"test": "jest"
},
"keywords": [
"logging",
"audit",
"winston",
"logger",
"audit-logger"
],
"author": "Amar Panigrahy",
"license": "ISC",
"dependencies": {
"app-root-path": "^3.1.0",
"find": "^0.3.0",
"winston": "^3.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amar02041988/logging-audit-utils.git"
},
"bugs": {
"url": "https://github.com/amar02041988/logging-audit-utils/issues"
},
"homepage": "https://github.com/amar02041988/logging-audit-utils#readme",
"engines": {
"node": ">=12.0.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"jest": "^29.7.0"
}
}