{
  "name": "hpk",
  "version": "0.2.0",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "bin": {
    "hpk": "dist/cli.cjs"
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "test": "node --experimental-transform-types --test src/*.test.ts",
    "coverage": "node --experimental-transform-types --experimental-test-coverage src/*.test.ts",
    "hpk": "node --experimental-transform-types src/cli.ts"
  },
  "devDependencies": {
    "@types/node": "^22.19.15",
    "eslint": "^10.0.3",
    "eslint-config-unjs": "^0.6.2",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1"
  },
  "packageManager": "pnpm@10.32.1",
  "engines": {
    "node": ">=20"
  },
  "description": "http proxy kit",
  "keywords": [
    "proxy",
    "http-proxy"
  ],
  "author": "YieldRay",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/YieldRay/hpk.git"
  },
  "bugs": {
    "url": "https://github.com/YieldRay/hpk/issues"
  },
  "homepage": "https://github.com/YieldRay/hpk#readme"
}
