{
  "name": "log-mate",
  "version": "1.1.0",
  "description": "log-mate makes logging effortless & powerful—log to console, files, databases, or cloud with structured logs, encryption, real-time streaming, and auto-rotation. It’s plug & play, supports multi-transport logging, and boosts performance with async, lazy logging, and batching. Plus, it keeps your data secure with masking & encryption—perfect for everything from debugging to production!",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnshSinghSonkhia/log-mate.git"
  },
  "keywords": [
    "log",
    "logging",
    "logger",
    "log-mate",
    "nodejs-logging",
    "structured-logging",
    "debugging",
    "log-rotation",
    "log-streaming",
    "log-levels",
    "contextual-logging",
    "error-logging",
    "console-logger",
    "log-to-file",
    "cloud-logging",
    "log-management",
    "developer-tools",
    "observability"
  ],
  "author": "Ansh Singh Sonkhia",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/AnshSinghSonkhia/log-mate/issues"
  },
  "homepage": "https://github.com/AnshSinghSonkhia/log-mate#readme",
  "devDependencies": {
    "jest": "^29.7.0",
    "mock-fs": "^5.5.0"
  },
  "dependencies": {
    "axios": "^1.8.4",
    "commander": "^13.1.0",
    "crypto": "^1.0.1",
    "fs": "^0.0.1-security",
    "fs-extra": "^11.3.0",
    "lodash": "^4.17.21",
    "mysql2": "^3.14.0",
    "readline": "^1.3.0",
    "winston": "^3.17.0",
    "ws": "^8.18.1"
  }
}
