{
  "name": "@babelfhir-ts/client-r5",
  "version": "0.3.2",
  "description": "Typed FHIR R5 client with read/write/search methods for all 157 base resource types, SMART on FHIR auth, and bundle parsing",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "fhir",
    "r5",
    "client",
    "typescript",
    "smart-on-fhir",
    "hl7"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Max-Health-Inc/BabelFHIR-TS.git",
    "directory": "packages/client-r5"
  },
  "dependencies": {
    "@babelfhir-ts/smart-auth": "^0.2.0"
  },
  "devDependencies": {
    "@types/fhir": "^0.0.41",
    "@vitest/coverage-v8": "^4.1.2",
    "typescript": "^5.7.0",
    "vitest": "^4.1.2"
  },
  "peerDependencies": {
    "@types/fhir": ">=0.0.41"
  },
  "peerDependenciesMeta": {
    "@types/fhir": {
      "optional": false
    }
  }
}
