{
  "name": "http-codex",
  "version": "0.6.7",
  "private": false,
  "description": "HTTP status codes and methods based on Go's http library",
  "keywords": [
    "http status codes",
    "http methods",
    "http",
    "status codes",
    "methods"
  ],
  "homepage": "https://github.com/jahands/workers-packages/tree/main/npm-pkgs/http-codex",
  "bugs": "https://github.com/jahands/workers-packages/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/jahands/workers-packages.git",
    "directory": "npm-pkgs/http-codex"
  },
  "license": "MIT",
  "author": {
    "name": "Jacob Hands",
    "url": "https://github.com/jahands"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./status": {
      "import": {
        "types": "./dist/status.d.ts",
        "default": "./dist/status.js"
      }
    },
    "./method": {
      "import": {
        "types": "./dist/method.d.ts",
        "default": "./dist/method.js"
      }
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "@cloudflare/vitest-pool-workers": "0.9.13",
    "@cloudflare/workers-types": "4.20251011.0",
    "esbuild": "0.25.10",
    "rimraf": "6.0.1",
    "typescript": "5.8.2",
    "vitest": "3.2.4",
    "zod": "4.1.12",
    "zx": "8.8.4",
    "@repo/eslint-config": "0.2.3",
    "@repo/tools": "0.12.3",
    "@repo/typescript-config": "0.3.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "runx build tsc ./src/index.ts ./src/status.ts ./src/method.ts",
    "check:exports": "runx check --exports",
    "check:lint": "run-eslint",
    "check:types": "run-tsc",
    "test": "run-vitest"
  }
}