UNPKG

google-recaptcha-v3

Version:

A React library for Google reCAPTCHA integration with both hooks and components supporting v2 and v3

47 lines (46 loc) 1.1 kB
{ "name": "google-recaptcha-v3", "version": "1.1.3", "description": "A React library for Google reCAPTCHA integration with both hooks and components supporting v2 and v3", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf dist", "prebuild": "npm run clean", "prepublishOnly": "npm run build" }, "keywords": [ "react", "google", "recaptcha", "google-recaptcha-v3", "react-google-recaptcha", "recaptcha-v3", "hook", "typescript" ], "author": "thind9xdev", "homepage": "https://github.com/thind9xdev/react-google-recaptcha", "repository": { "type": "git", "url": "https://github.com/thind9xdev/react-google-recaptcha.git" }, "bugs": { "url": "https://github.com/thind9xdev/react-google-recaptcha/issues" }, "license": "MIT", "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "@types/react": "^18.3.24", "@types/react-dom": "^18.3.7", "typescript": "^5.9.2" }, "files": [ "dist", "README.md", "LICENSE" ] }