{
  "name": "httpxy",
  "version": "0.1.7",
  "description": "A full-featured HTTP proxy for Node.js.",
  "repository": "unjs/httpxy",
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "vitest",
    "play": "jiti ./playground",
    "lint": "eslint --cache . && prettier -c src test",
    "lint:fix": "eslint --cache . --fix && prettier -c src test -w",
    "prepack": "pnpm run build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/node": "^22.10.10",
    "@vitest/coverage-v8": "^3.0.4",
    "changelogen": "^0.5.7",
    "eslint": "^9.19.0",
    "eslint-config-unjs": "^0.4.2",
    "jiti": "^2.4.2",
    "listhen": "^1.9.0",
    "ofetch": "^1.4.1",
    "prettier": "^3.4.2",
    "typescript": "^5.7.3",
    "unbuild": "^3.3.1",
    "vitest": "^3.0.4"
  },
  "packageManager": "pnpm@9.15.4"
}