{
  "name": "ngx-captcha-ssr",
  "version": "13.0.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Enngage/ngx-captcha"
  },
  "author": "richard sustek",
  "description": "Dynamic captcha (Google reCaptcha) implementation for Angular",
  "keywords": [
    "Captcha",
    "reCaptcha",
    "Google captcha",
    "Angular Captcha",
    "Angular reCaptcha",
    "reCaptcha v2",
    "reCaptcha v3",
    "Invisible reCaptcha",
    "google reCaptcha"
  ],
  "private": false,
  "peerDependencies": {
    "@angular/common": ">= 15.0.0",
    "@angular/core": ">= 15.0.0"
  },
  "module": "fesm2015/ngx-captcha-ssr.mjs",
  "es2020": "fesm2020/ngx-captcha-ssr.mjs",
  "esm2020": "esm2020/ngx-captcha-ssr.mjs",
  "fesm2020": "fesm2020/ngx-captcha-ssr.mjs",
  "fesm2015": "fesm2015/ngx-captcha-ssr.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/ngx-captcha-ssr.mjs",
      "es2020": "./fesm2020/ngx-captcha-ssr.mjs",
      "es2015": "./fesm2015/ngx-captcha-ssr.mjs",
      "node": "./fesm2015/ngx-captcha-ssr.mjs",
      "default": "./fesm2020/ngx-captcha-ssr.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}