{
  "name": "@nexload-sdk/logger",
  "version": "4.1.0",
  "description": "High-performance, structured, and type-safe logging for JS/TS apps — powered by pino, with pretty output, env-integration, security redaction, and Next.js-friendly wrappers.",
  "keywords": [
    "logger",
    "pino",
    "typescript",
    "logging",
    "structured log",
    "nextjs",
    "nodejs",
    "pretty print",
    "redact",
    "performance",
    "observability"
  ],
  "homepage": "https://github.com/gecut/nexload-sdk/tree/main/packages/logger",
  "bugs": {
    "url": "https://github.com/gecut/nexload-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gecut/nexload-sdk.git",
    "directory": "packages/logger"
  },
  "author": {
    "name": "S. MohammadMahdi Zamanian",
    "url": "https://mm25zamanian.ir",
    "email": "dev@mm25zamanian.ir"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    },
    "./log-test": {
      "types": "./dist/log-test.d.ts",
      "import": "./dist/log-test.mjs",
      "require": "./dist/log-test.cjs",
      "default": "./dist/log-test.mjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "colorette": "^2.0.20",
    "eslint": "^9.39.2",
    "typescript": "5.9.3",
    "@nexload-sdk/bundler": "4.0.1",
    "@nexload-sdk/eslint-config": "4.0.1",
    "@nexload-sdk/typescript-config": "4.0.1"
  },
  "scripts": {
    "lint": "eslint .",
    "build": "node esbuild.config.mjs"
  }
}