{
  "name": "@auth57labs/sdk",
  "version": "0.3.0",
  "description": "TypeScript SDK and embeddable Web Components for Auth57 — verified prior-authorization rule data for all 51 US states.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./components": {
      "types": "./dist/components/index.d.ts",
      "import": "./dist/components/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "test": "echo \"tests TBD\" && exit 0"
  },
  "keywords": [
    "prior-authorization",
    "pa-lookup",
    "healthcare",
    "cms-0057-f",
    "medicaid",
    "medicare",
    "auth57",
    "web-components",
    "lit"
  ],
  "author": "Auth57 Labs <hello@auth57labs.com>",
  "license": "MIT",
  "homepage": "https://auth57labs.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/auth57labs/auth57-web",
    "directory": "sdk"
  },
  "bugs": {
    "email": "hello@auth57labs.com"
  },
  "peerDependencies": {
    "lit": "^3.1.0"
  },
  "peerDependenciesMeta": {
    "lit": {
      "optional": true
    }
  },
  "devDependencies": {
    "lit": "^3.1.0",
    "typescript": "^5.4.0"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": [
    "./dist/components/*.js"
  ]
}
