{
  "name": "@middy/http-error-handler",
  "version": "5.2.2",
  "description": "Http error handler middleware for the middy framework",
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "engineStrict": true,
  "publishConfig": {
    "access": "public"
  },
  "module": "./index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.ts",
        "default": "./index.js"
      }
    }
  },
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "test": "npm run test:unit",
    "test:unit": "ava",
    "test:benchmark": "node __benchmarks__/index.js"
  },
  "license": "MIT",
  "keywords": [
    "Lambda",
    "Middleware",
    "Serverless",
    "Framework",
    "AWS",
    "AWS Lambda",
    "Middy",
    "HTTP",
    "API",
    "Error Handler",
    "Error Handling"
  ],
  "author": {
    "name": "Middy contributors",
    "url": "https://github.com/middyjs/middy/graphs/contributors"
  },
  "repository": {
    "type": "git",
    "url": "github:middyjs/middy",
    "directory": "packages/http-error-handler"
  },
  "bugs": {
    "url": "https://github.com/middyjs/middy/issues"
  },
  "homepage": "https://middy.js.org",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/willfarrell"
  },
  "dependencies": {
    "@middy/util": "5.2.2"
  },
  "devDependencies": {
    "@middy/core": "5.2.2",
    "@types/http-errors": "^2.0.0",
    "@types/node": "^20.0.0"
  },
  "gitHead": "dbfe56d5dfc783fae1e19c7dddd074c0d18d5073"
}
