{
  "name": "@archon-research/http-client-react",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "prepare": "npm run build",
    "type:check": "tsc -p tsconfig.json --noEmit",
    "lint": "oxlint -c oxlint.config.ts --max-warnings=0 src",
    "lint:fix": "oxlint -c oxlint.config.ts --fix src",
    "format": "oxfmt -c oxfmt.config.ts --write src",
    "format:check": "oxfmt -c oxfmt.config.ts --check src",
    "test": "vitest run"
  },
  "dependencies": {
    "@archon-research/http-client-core": "*"
  },
  "peerDependencies": {
    "@tanstack/react-query": "^5.89.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "@archon-research/oxfmt-config": "*",
    "@archon-research/oxlint-config": "*",
    "@archon-research/tsconfig": "*",
    "@tanstack/react-query": "5.102.8",
    "@types/react": "19.2.18",
    "@types/react-dom": "19.2.7",
    "oxfmt": "0.65.0",
    "oxlint": "1.80.0",
    "vitest": "^4.1.9"
  },
  "version": "0.11.0",
  "repository": {
    "url": "https://github.com/archon-research/uikit"
  }
}
