{
  "name": "@babelfhir-ts/smart-auth",
  "version": "0.3.0",
  "description": "SMART on FHIR v2 authorization with PKCE — discovery, token management, authenticated fetch.",
  "type": "module",
  "dependencies": {
    "@babelfhir-ts/oauth-crypto": "^0.1.0"
  },
  "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",
    "smart-on-fhir",
    "oauth2",
    "pkce",
    "typescript",
    "hl7"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Max-Health-Inc/BabelFHIR-TS.git",
    "directory": "packages/smart-auth"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.1.2",
    "typescript": "^5.7.0",
    "vitest": "^4.1.2"
  }
}
