react-native-recaptcha-v3
Version:
A react native wrapper for Google ReCaptcha V3
33 lines (32 loc) • 659 B
JSON
{
"name": "react-native-recaptcha-v3",
"version": "0.0.16",
"description": "A react native wrapper for Google ReCaptcha V3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acsant/react-native-recaptcha.git"
},
"keywords": [
"react",
"react-native",
"native",
"wrapper",
"google",
"recaptcha",
"v3",
"security"
],
"author": "Akash Sant",
"license": "ISC",
"dependencies": {
"prop-types": "^15.6.1",
"merge": ">=1.2.1"
},
"peerDependencies": {
"react-native": "*"
}
}