{
  "name": "@lazyapps/logger",
  "version": "0.2.0",
  "description": "Centralized logging with correlation IDs for the LazyApps framework",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "keywords": [
    "event-sourcing",
    "cqrs",
    "lazyapps",
    "logging",
    "correlation-id"
  ],
  "author": "Oliver Sturm",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oliversturm/lazyapps-libs.git",
    "directory": "packages/logger"
  },
  "bugs": {
    "url": "https://github.com/oliversturm/lazyapps-libs/issues"
  },
  "homepage": "https://github.com/oliversturm/lazyapps-libs/tree/main/packages/logger#readme",
  "engines": {
    "node": ">=18.20.3 || >=20.18.0"
  },
  "devDependencies": {
    "eslint": "^8.46.0",
    "vitest": "^4.0.18"
  },
  "type": "module",
  "dependencies": {
    "chalk": "^5.3.0",
    "loglevel": "^1.8.1",
    "loglevel-plugin-prefix": "^0.8.4"
  },
  "scripts": {
    "test": "vitest"
  }
}