{
  "name": "logging-audit-utils",
  "version": "1.5.1",
  "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",
    "@aws-sdk/client-sqs": "^3.812.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": {
    "@aws-sdk/client-sqs": "^3.812.0",
    "jest": "^29.7.0"
  }
}
