google-react-recaptcha-v2
Version:
React component for Google reCAPTCHA
67 lines • 1.66 kB
JSON
{
"name": "google-react-recaptcha-v2",
"version": "1.0.2",
"description": "React component for Google reCAPTCHA",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": ["dist"],
"sideEffects": false,
"scripts": {
"build": "tsup",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/AndresH11/google-react-recaptcha-v2.git"
},
"bugs": {
"url": "https://github.com/AndresH11/google-react-recaptcha-v2/issues"
},
"homepage": "https://github.com/AndresH11/google-react-recaptcha-v2/blob/main/README.md",
"keywords": [
"react",
"recaptcha",
"invisible",
"checkbox",
"google",
"typescript",
"recaptcha",
"google recaptcha",
"invisible recaptcha",
"recaptcha v2",
"react recaptcha",
"form validation",
"bot protection",
"react component",
"recaptcha hook",
"recaptcha typescript",
"astro",
"astro-component",
"ssr",
"server-side-rendering"],
"author": "Andres Felipe Hernandez Aldana",
"license": "MIT",
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}