{
  "name": "@cat-kit/http",
  "version": "1.1.8",
  "description": "HTTP 请求工具",
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "exports": {
    ".": {
      "development": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsdown",
    "lint": "bunx oxlint .",
    "test": "bunx vitest run --globals",
    "typecheck": "bunx tsc -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "@cat-kit/core": "^1.1.8"
  },
  "devDependencies": {
    "@cat-kit/tsconfig": "2.0.1"
  }
}
