| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "ng-recaptcha",
- "description": "Angular component for Google reCAPTCHA",
- "version": "12.0.1",
- "author": "Ruslan Arkhipau <dethariel@gmail.com>",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/DethAriel/ng-recaptcha"
- },
- "homepage": "https://github.com/DethAriel/ng-recaptcha#readme",
- "keywords": [
- "angular",
- "recaptcha",
- "angular-recaptcha",
- "ng-recaptcha"
- ],
- "peerDependencies": {
- "@angular/core": "^16.0.0"
- },
- "dependencies": {
- "@types/grecaptcha": "^3.0.3",
- "tslib": "^2.2.0"
- },
- "module": "fesm2022/ng-recaptcha.mjs",
- "typings": "index.d.ts",
- "exports": {
- "./package.json": {
- "default": "./package.json"
- },
- ".": {
- "types": "./index.d.ts",
- "esm2022": "./esm2022/ng-recaptcha.mjs",
- "esm": "./esm2022/ng-recaptcha.mjs",
- "default": "./fesm2022/ng-recaptcha.mjs"
- }
- },
- "sideEffects": false
- }
|