{
  "name": "@archon-research/http-client-core",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "bin": {
    "uikit-openapi-generate": "./dist/bin/generate-openapi.js"
  },
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/src/index.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "prepare": "npm run build",
    "type:check": "tsgo -p tsconfig.json --noEmit",
    "lint": "oxlint -c oxlint.config.ts 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"
  },
  "dependencies": {
    "openapi-fetch": "0.17.0",
    "zod": "4.4.3"
  },
  "peerDependencies": {
    "openapi-typescript": "^7.13.0"
  },
  "devDependencies": {
    "@types/node": "24.13.2",
    "oxfmt": "0.55.0",
    "oxlint": "1.70.0"
  },
  "version": "0.7.0",
  "repository": {
    "url": "https://github.com/archon-research/uikit"
  }
}
