UNPKG

react-grecaptcha-v3

Version:

Google Recaptcha V3 for React.js based application. Keep website performance high while prioritizing security.

88 lines 2.47 kB
{ "engines": { "node": ">= 16.0.0" }, "name": "react-grecaptcha-v3", "version": "0.4.5", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/RevoTale/react-grecaptcha-v3.git" }, "devDependencies": { "@changesets/cli": "^2.26.2", "@testing-library/react": "^14.0.0", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^29.5.4", "@types/react": "^18.2.21", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "eslint": "^8.49.0", "eslint-config-grisaia-react": "^0.6.13", "eslint-config-grisaia-typescript": "^0.6.13", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "grisaia-package-builder": "^0.1.12", "jest": "^29.7.0", "jest-docblock": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-junit": "^16.0.0", "prettier": "^3.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "keywords": [ "react", "google", "recaptcha", "v3", "captcha", "invisible", "nextjs" ], "author": { "name": "Liakhovskyi Vladyslav", "email": "vlad@revotale.com", "url": "https://github.com/rusted-love" }, "bugs": { "url": "https://github.com/RevoTale/react-grecaptcha-v3/issues" }, "homepage": "https://github.com/RevoTale/react-grecaptcha-v3", "peerDependencies": { "react": ">=18.0", "react-dom": ">=18.0" }, "main": "./index.cjs", "private": false, "sideEffects": false, "publishConfig": { "directory": "dist", "access": "public", "provenance": true }, "type": "module", "packageManager": "pnpm@8.6.2", "description": "Google Recaptcha V3 for React.js based application. Keep website performance high while prioritizing security.", "scripts": { "test": "jest --no-watchman && tsc --noEmit && pnpm lint", "build": "gbuild . && tsc", "lint": "eslint ./ && prettier --cache --check .", "fix": "eslint ./ --fix && prettier --cache --write --list-different .", "changeset:version": "changeset version && git add --all", "changeset:publish": "changeset publish" }, "module": "./index.js", "types": "./index.d.ts", "exports": { ".": { "import": "./index.js", "require": "./index.cjs", "types": "./index.d.ts" } } }