{
  "name": "seek-koala",
  "version": "9.0.0",
  "private": false,
  "description": "Koa add-ons for SEEK-standard tracing, logging and metrics",
  "homepage": "https://github.com/seek-oss/koala#readme",
  "bugs": {
    "url": "https://github.com/seek-oss/koala/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seek-oss/koala.git"
  },
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./lib/index.mjs",
      "require": "./lib/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./lib/index.cjs",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.cts",
  "files": [
    "lib"
  ],
  "dependencies": {
    "http-errors": "^1.8.0"
  },
  "devDependencies": {
    "@changesets/cli": "2.30.0",
    "@koa/router": "15.4.0",
    "@skuba-lib/changesets-changelog": "1.0.1",
    "@types/koa": "3.0.2",
    "@types/koa__router": "12.0.5",
    "@types/node": "24.12.4",
    "@types/supertest": "7.2.0",
    "hot-shots": "14.2.0",
    "koa": "3.2.0",
    "skuba": "16.1.0",
    "supertest": "7.2.2"
  },
  "peerDependencies": {
    "hot-shots": "5.x || 6.x || 7.x || 8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x",
    "koa": "2 || 3"
  },
  "peerDependenciesMeta": {
    "hot-shots": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=22.14.0"
  },
  "skuba": {
    "entryPoint": "src/index.ts",
    "template": null,
    "type": "package",
    "version": "16.1.0"
  },
  "scripts": {
    "build": "skuba build-package",
    "format": "skuba format",
    "lint": "skuba lint",
    "release": "pnpm build && changeset publish",
    "stage": "changeset version && pnpm format",
    "test": "skuba test",
    "test:ci": "skuba test --coverage"
  }
}