{
  "name": "@healthcloudai/hc-sdk",
  "version": "3.5.0",
  "description": "All-in-one HealthCloud SDK with typed platform APIs and secure connector clients.",
  "author": "Healthcheck Systems Inc",
  "license": "MIT",
  "keywords": [
    "health-cloud",
    "healthcloud",
    "react-native",
    "typescript",
    "sdk",
    "auth",
    "fetch",
    "connectors",
    "integrations"
  ],
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "react-native": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "docs"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts --clean",
    "dev": "tsup src/index.ts --watch",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build",
    "test:live:connectors": "vitest run --config vitest.live.config.ts tests/live/connectors",
    "test:live:connector": "vitest run --config vitest.live.config.ts",
    "export:la28": "tsx scripts/export-la28.ts",
    "export:patient-insurance-appointments": "tsx scripts/export-patient-insurance-appointments.ts"
  },
  "peerDependencies": {
    "react-native": ">=0.70.0"
  },
  "peerDependenciesMeta": {
    "react-native": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "@typescript-eslint/eslint-plugin": "^8.70.0",
    "@typescript-eslint/parser": "^8.70.0",
    "eslint": "^8.57.1",
    "playwright": "^1.63.0",
    "tsup": "^8.0.0",
    "tsx": "^4.23.13",
    "typescript": "^5.3.0",
    "vitest": "^5.0.0"
  },
  "engines": {
    "node": ">=18"
  }
}
