{
  "name": "@pawells/http-common",
  "version": "4.2.1",
  "type": "module",
  "description": "Typed HTTP error classes, HTTP status code constants, and RFC 7807 Problem Details serialization for Node.js, with Zod-validated metadata and cause-chain support.",
  "keywords": [
    "http",
    "http-errors",
    "status-codes",
    "problem-details",
    "rfc7807",
    "typescript",
    "nodejs"
  ],
  "license": "MIT",
  "author": {
    "name": "Phillip Aaron Wells",
    "email": "69355326+PhillipAWells@users.noreply.github.com"
  },
  "homepage": "https://github.com/PhillipAWells/workspace/tree/main/packages/http-common#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PhillipAWells/workspace.git",
    "directory": "packages/http-common"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/PhillipAWells"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "local": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "!**/*.tsbuildinfo",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@pawells/typescript-common": "^3.1.1",
    "tslib": "^2.3.0",
    "zod": "^4.4.3"
  },
  "bugs": {
    "url": "https://github.com/PhillipAWells/workspace/issues"
  }
}