{
  "name": "@andrewscwei/http-error",
  "version": "3.2.0",
  "description": "Basic HTTP errors with status codes for Node.js",
  "main": "build/index.js",
  "type": "module",
  "scripts": {
    "clean": "rimraf build",
    "prebuild": "npm run clean && npm run lint",
    "build": "tsc",
    "test": "npm run unit",
    "unit": "mocha --import=tsx/esm -bc --recursive --extension spec.ts --exit \"src/$npm_config_files\"",
    "lint": "eslint",
    "lint:fix": "eslint --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrewscwei/node-http-error.git"
  },
  "keywords": [
    "node",
    "http",
    "error"
  ],
  "author": "Andrew Wei <andrewscwei@gmail.com>",
  "license": "MIT",
  "files": [
    "build"
  ],
  "bugs": {
    "url": "https://github.com/andrewscwei/node-http-error/issues"
  },
  "homepage": "https://github.com/andrewscwei/node-http-error#readme",
  "types": "build/index.d.ts",
  "devDependencies": {
    "@eslint/js": "^9.9.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@stylistic/eslint-plugin": "^2.7.2",
    "@types/mocha": "^10.0.7",
    "@types/node": "^22.5.4",
    "eslint": "^9.9.1",
    "mocha": "^10.7.3",
    "rimraf": "^6.0.1",
    "semantic-release": "^24.1.0",
    "tsx": "^4.19.0",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.4.0"
  },
  "dependencies": {
    "@andrewscwei/super-error": "^3.2.0"
  }
}
