{
  "name": "react-google-recaptcha-v3-hook",
  "version": "1.0.9",
  "description": "React hook for google-recaptcha v3",
  "keywords": [
    "react",
    "hook",
    "google",
    "recaptcha",
    "grecaptcha",
    "v3"
  ],
  "license": "MIT",
  "author": "hello@webappsolutions.de",
  "contributors": ["zoeying <296852455@qq.com>"],
  "repository": {
    "type": "git",
    "url": "https://github.com/zoexx/react-recaptcha-hook"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "rimraf lib && tsc",
    "build:watch": "rimraf lib && tsc -w",
    "test": "jest",
    "prepare": "npm run build"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "devDependencies": {
    "@testing-library/react": "^8.0.5",
    "@types/jest": "^24.0.13",
    "@types/react": "^16.8.23",
    "@types/react-dom": "^16.8.4",
    "jest": "^24.8.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-hooks-testing-library": "^0.5.0",
    "react-test-renderer": "^16.8.6",
    "rimraf": "^2.7.1",
    "ts-jest": "^24.0.2",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "react-script-hook": "^1.0.10"
  }
}
