{
  "name": "@captchafox/react",
  "version": "1.13.0",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup src/index.tsx ",
    "dev": "tsup src/index.tsx --watch",
    "lint": "eslint \"src/**/*.ts*\"",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "test": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@captchafox/types": "^1.6.0"
  },
  "devDependencies": {
    "@captchafox/tsconfig": "*",
    "@captchafox/internal": "*",
    "@jest/globals": "^29.7.0",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.5.1",
    "@testing-library/jest-dom": "^6.1.3",
    "@types/react": "^18.2.25",
    "@types/react-dom": "^18.2.11",
    "eslint-config-captchafox": "*",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react": "^18.2.0",
    "tsup": "^8.3.5",
    "ts-jest": "^29.1.1",
    "typescript": "^5.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CaptchaFox/javascript-integrations.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/CaptchaFox/javascript-integrations/issues"
  },
  "homepage": "https://github.com/CaptchaFox/javascript-integrations#readme"
}