UNPKG

recaptcha-v3-react-function-async

Version:

This library helps to integrate google recaptcha into your react project easily.

39 lines (38 loc) 1.05 kB
{ "name": "recaptcha-v3-react-function-async", "version": "0.0.5", "description": "This library helps to integrate google recaptcha into your react project easily.", "keywords": [ "react", "react.js", "react-component", "ReCaptcha", "g-recaptcha", "invisible-recaptcha", "visible-recaptcha", "recaptcha-token", "recaptcha-async", "react-function" ], "main": "build/index.js", "scripts": { "start": "babel-node src/index.js", "test": "NODE build/index.js", "build": "babel src --out-dir build", "clean": "rm -rf ./package-lock.json ./node_modules/", "prepublish": "rm -rf ./dist && npm run build" }, "author": "stronggenius", "license": "ISC", "devDependencies": { "@babel/cli": "^7.24.8", "@babel/node": "^7.24.8", "@babel/preset-env": "^7.24.8" }, "dependencies": { "@babel/plugin-transform-runtime": "^7.24.7", "axios": "^1.7.2", "querystring": "^0.2.1", "regenerator-runtime": "^0.14.1" } }