{
  "name": "@selfage/http_error",
  "version": "1.1.2",
  "description": "Error with HTTP status code.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/selfage/http_error.git"
  },
  "keywords": [
    "Web",
    "Http",
    "Code",
    "Status",
    "Error",
    "TypeScript"
  ],
  "author": "Yuxuan Xie <teststaybaka@gmail.com> (http://www.yuxuanxie.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/selfage/http_error/issues"
  },
  "homepage": "https://github.com/selfage/http_error#readme",
  "main": "./error.js",
  "types": "./error.d.ts",
  "files": [
    "**/*.d.ts",
    "**/*.js"
  ],
  "devDependencies": {
    "@selfage/tsconfig": "^1.1.0",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "@selfage/nested_error": "^1.0.7",
    "@selfage/test_matcher": "^2.1.8"
  }
}
