{
  "name": "@kaito-http/client",
  "version": "4.0.0-beta.33",
  "type": "module",
  "author": "Alistair Smith <hi@alistair.sh>",
  "description": "Functional HTTP Framework for TypeScript",
  "scripts": {
    "build": "tsup",
    "attw": "attw --profile node18 --pack .",
    "test": "node --test --import=tsx src/**/*.test.ts"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "homepage": "https://github.com/kaito-http/kaito",
  "repository": "https://github.com/kaito-http/kaito",
  "keywords": [
    "typescript",
    "http",
    "framework"
  ],
  "license": "MIT",
  "files": [
    "package.json",
    "README.md",
    "dist"
  ],
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.2",
    "@kaito-http/core": "^4.0.0-beta.33",
    "tsup": "^8.3.5",
    "typescript": "5.9.2"
  },
  "dependencies": {
    "pathcat": "^1.4.0"
  }
}