UNPKG

react-google-recaptcha-enterprise

Version:
60 lines (59 loc) 1.76 kB
{ "name": "react-google-recaptcha-enterprise", "version": "1.0.3", "description": "React Component Wrapper for Google Enterprise reCAPTCHA", "main": "lib/index.js", "module": "lib/esm/index.js", "directories": { "lib": "lib/" }, "scripts": { "build": "rm -rf lib && npm run build:cjs && npm run build:esm", "build:cjs": "babel src --out-dir lib", "build:esm": "cross-env BABEL_ENV=esm babel src --out-dir lib/esm", "prepare": "npm run build", "pretty": "prettier --write src/*.js ./*.js test/*.js", "lint": "eslint ./", "lint:fix": "eslint ./ --fix", "test": "cross-env BABEL_ENV=development jest" }, "repository": { "type": "git", "url": "https://github.com/ashwin-achar-tm/react-google-recaptcha.git" }, "keywords": [ "react", "react-component", "captcha", "recaptcha", "google-recaptcha" ], "author": "Ashwin Achar <ashwinsachar@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ashwin-achar-tm/react-google-recaptcha/issues" }, "homepage": "https://github.com/ashwin-achar-tm/react-google-recaptcha", "peerDependencies": { "react": ">=16.4.1" }, "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "cross-env": "^7.0.3", "eslint": "^7.15.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-prettier": "^3.3.0", "eslint-plugin-react": "^7.21.5", "jest": "^26.6.3", "prettier": "^2.2.1", "react": "^17.0.1", "react-dom": "^17.0.1" }, "dependencies": { "prop-types": "^15.5.0", "react-async-script": "^1.2.0" } }