{
  "name": "@safaricom-mxl/logger",
  "author": "Francis Masha <fkonde@safaricom.co.ke>",
  "license": "MIT",
  "version": "0.0.50",
  "description": "",
  "sideEffects": false,
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/api-logs": "^0.200.0",
    "@opentelemetry/core": "^2.0.0",
    "@opentelemetry/exporter-logs-otlp-http": "^0.200.0",
    "@opentelemetry/resources": "^2.0.0",
    "@opentelemetry/sdk-logs": "^0.200.0",
    "@opentelemetry/semantic-conventions": "^1.30.0",
    "debug": "^4.4.0",
    "json-stringify-safe": "^5.0.1",
    "pino-abstract-transport": "^2.0.0",
    "winston": "^3.17.0",
    "winston-transport": "^4.9.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/json-stringify-safe": "^5.0.3",
    "pino": "^9.6.0",
    "rimraf": "^6.0.1",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.0.9"
  },
  "keywords": [
    "winston",
    "transport",
    "nest",
    "logging"
  ],
  "scripts": {
    "clean": "git clean -xdf .turbo node_modules coverage dist tmp",
    "prebuild": "rimraf coverage dist tmp",
    "build": "tsup",
    "check-exports": "attw --pack .",
    "format": "biome format .",
    "lint": "biome check .",
    "typecheck": "tsc --noEmit",
    "ci:lint": "pnpm lint && pnpm tsc --noEmit",
    "unit-test": "vitest --run",
    "unit-test-coverage": "vitest --run --coverage",
    "unit-test-watch": "vitest"
  }
}