{
  "name": "api-logs",
  "version": "1.0.4",
  "description": "Logger middleware for api request and response in express framework",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darpanpathak/api-logs.git"
  },
  "keywords": [
    "logger",
    "api-logs",
    "api",
    "logging",
    "monitor",
    "api-audit",
    "audit"
  ],
  "author": "Darpan Pathak <pathakdarpan77@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/darpanpathak/api-logs/issues"
  },
  "dependencies": {
    "chalk": "2.4.2",
    "find-remove": "^1.2.2",
    "simple-node-logger": "^18.12.22"
  }
}
