{
  "name": "koa-requestid",
  "version": "2.3.0",
  "description": "A middleware that adds a request id to a koa application",
  "main": "./index.js",
  "types": "./index.d.ts",
  "keywords": [
    "koa",
    "request",
    "request-id",
    "requestId"
  ],
  "homepage": "https://github.com/uphold/koa-requestid/",
  "bugs": "https://github.com/uphold/koa-requestid/issues",
  "license": "MIT",
  "author": {
    "name": "Rui Marinho",
    "email": "ruipmarinho@gmail.com",
    "url": "https://github.com/ruimarinho"
  },
  "contributors": [
    {
      "name": "Miguel Martins",
      "email": "me@kurayama.net",
      "url": "https://github.com/kurayama"
    },
    {
      "name": "Nuno Sousa",
      "email": "nunofgs@gmail.com",
      "url": "https://github.com/nunofgs"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/uphold/koa-requestid.git"
  },
  "scripts": {
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "release": "release-it",
    "test": "jest --coverage --env=node"
  },
  "dependencies": {},
  "devDependencies": {
    "@fastify/pre-commit": "^2.2.1",
    "@uphold/github-changelog-generator": "4.0.2",
    "eslint": "~9.39.2",
    "eslint-config-uphold": "^6.7.2",
    "jest": "^30.2.0",
    "koa": "^3.1.1",
    "prettier": "^3.7.4",
    "release-it": "^19.2.2",
    "supertest": "^7.1.4"
  },
  "engines": {
    "node": ">=20"
  },
  "devEngines": {
    "runtime": {
      "name": "node",
      "version": ">=20"
    },
    "packageManager": {
      "name": "yarn",
      "version": "^1.22.22",
      "onFail": "warn"
    }
  },
  "pre-commit": [
    "lint"
  ]
}
