{
  "engines": {
    "node": ">= 16.0.0"
  },
  "name": "react-grecaptcha-v3",
  "version": "0.7.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RevoTale/react-grecaptcha-v3.git"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.2",
    "@eslint/js": "^9.26.0",
    "@swc/core": "^1.11.24",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^30.0.0",
    "@types/react": "^19.1.2",
    "@typescript-eslint/eslint-plugin": "^8.31.1",
    "@typescript-eslint/parser": "^8.31.1",
    "eslint": "^9.26.0",
    "eslint-config-love": "^137.0.0",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-prettier": "^5.3.1",
    "eslint-plugin-react": "^7.37.5",
    "globals": "^16.0.0",
    "jest": "^30.0.0",
    "jest-docblock": "^30.0.0",
    "jest-environment-jsdom": "^30.0.0",
    "jest-junit": "^16.0.0",
    "prettier": "^3.5.3",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-test-renderer": "^19.1.0",
    "ts-jest": "^29.3.2",
    "ts-node": "^10.9.2",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.31.1"
  },
  "keywords": [
    "react",
    "google",
    "recaptcha",
    "v3",
    "captcha",
    "invisible",
    "nextjs"
  ],
  "author": {
    "name": "l-you",
    "email": "l-you@revotale.com",
    "url": "https://github.com/l-you"
  },
  "bugs": {
    "url": "https://github.com/RevoTale/react-grecaptcha-v3/issues"
  },
  "homepage": "https://github.com/RevoTale/react-grecaptcha-v3",
  "peerDependencies": {
    "react": ">=18.0",
    "react-dom": ">=18.0"
  },
  "main": "./index.cjs",
  "private": false,
  "sideEffects": false,
  "publishConfig": {
    "directory": "dist",
    "access": "public",
    "provenance": true
  },
  "type": "module",
  "description": "Google Recaptcha V3 for React.js based application. Keep website performance high while prioritizing security.",
  "scripts": {
    "test": "pnpm run unit && pnpm run tsc && pnpm run lint",
    "unit": "jest --no-watchman",
    "tsc": "tsc --noEmit",
    "build": "tsup && cp package.json README.md LICENSE dist/",
    "lint": "eslint && prettier --cache --check .",
    "fix": "eslint ./ --fix && prettier --cache --write --list-different .",
    "changeset:version": "changeset version && git add --all",
    "changeset:publish": "changeset publish"
  },
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs",
      "types": "./index.d.ts"
    }
  }
}