{
  "name": "@alisahindev/ilog",
  "version": "1.1.10",
  "description": "Full type-supported logger for JavaScript/TypeScript projects with API logging, performance monitoring, and sensitive data masking",
  "main": "./index.js",
  "types": "./index.d.ts",
  "author": "Ali Sahin <ali.sahin@trendyol.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alisahindev/ilog.git"
  },
  "bugs": {
    "url": "https://github.com/alisahindev/ilog/issues"
  },
  "homepage": "https://github.com/alisahindev/ilog#readme",
  "keywords": [
    "logger",
    "typescript",
    "api",
    "logging",
    "monitoring",
    "performance",
    "interceptor",
    "masking",
    "structured-logging",
    "nodejs",
    "javascript"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {},
  "peerDependencies": {
    "chalk": "^4.1.2"
  },
  "peerDependenciesMeta": {
    "chalk": {
      "optional": true
    }
  }
}