{
  "name": "@idswyft/react",
  "version": "1.0.0",
  "type": "module",
  "description": "React component for Idswyft identity verification — drop-in verification widget",
  "main": "dist/index.cjs",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "type-check": "tsc --noEmit",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run type-check && npm run build"
  },
  "keywords": [
    "idswyft",
    "react",
    "identity",
    "verification",
    "kyc",
    "component",
    "widget"
  ],
  "author": "Idswyft Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/team-idswyft/idswyft-community.git",
    "directory": "sdks/react"
  },
  "homepage": "https://idswyft.app",
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^4.0.0",
    "rollup-plugin-dts": "^6.0.0",
    "typescript": "^5.0.0"
  }
}
