UNPKG

ng-recaptcha-2

Version:

Angular component for Google reCAPTCHA for Angular v18 and onwards

42 lines 1.03 kB
{ "name": "ng-recaptcha-2", "description": "Angular component for Google reCAPTCHA for Angular v18 and onwards", "version": "22.0.1", "author": "Ruslan Arkhipau <dethariel@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/LakhveerChahal/ng-recaptcha-2" }, "homepage": "https://github.com/LakhveerChahal/ng-recaptcha-2#readme", "keywords": [ "angular", "recaptcha", "angular-recaptcha", "ng-recaptcha", "ng-recaptcha-2", "angular-20", "angular-21", "angular-22" ], "peerDependencies": { "@angular/core": "^22.0.0" }, "dependencies": { "@types/grecaptcha": "^3.0.9", "tslib": "^2.2.0" }, "module": "fesm2022/ng-recaptcha-2.mjs", "typings": "types/ng-recaptcha-2.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ng-recaptcha-2.d.ts", "default": "./fesm2022/ng-recaptcha-2.mjs" } }, "sideEffects": false, "type": "module" }