{
  "name": "@taxbit/react-sdk",
  "version": "4.1.0",
  "description": "Taxbit Tax Documentation",
  "author": "Taxbit",
  "license": "SEE LICENSE IN LICENSE.md",
  "type": "module",
  "files": [
    "dist",
    "dist/src",
    "style"
  ],
  "main": "./dist/taxbit-react-sdk.umd.cjs",
  "module": "./dist/taxbit-react-sdk.js",
  "exports": {
    "./style/basic.css": "./style/basic.css",
    "./style/inline.css": "./style/inline.css",
    "./style/minimal.css": "./style/minimal.css",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/taxbit-react-sdk.js",
      "require": "./dist/taxbit-react-sdk.umd.cjs"
    }
  },
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "@taxbit:registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint --cache --concurrency=auto \"**/*.{ts,tsx}\"",
    "lint:fix": "eslint \"**/*.{ts,tsx}\" --fix",
    "preview": "vite preview",
    "ts": "tsc --noEmit",
    "test": "vitest"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.0.8",
    "@types/react-dom": "^19.0.3",
    "jsdom": "^28.1.0",
    "msw": "^2.7.3",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "dependencies": {
    "@taxbit/utilities": "7.1.0"
  }
}
