{
  "name": "@ngx-rock/yandex-smart-captcha",
  "version": "21.1.1",
  "description": "Yandex smart captcha",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:ngx-rock/yandex-smart-captcha.git"
  },
  "bugs": {
    "url": "https://github.com/ngx-rock/yandex-smart-captcha/issues"
  },
  "homepage": "https://github.com/ngx-rock/yandex-smart-captcha#readme",
  "keywords": [
    "angular",
    "ng",
    "yandex smart captcha",
    "captcha"
  ],
  "peerDependencies": {
    "@angular/common": ">=17.3.0",
    "@angular/core": ">=17.3.0",
    "@angular/forms": ">=17.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ngx-rock-yandex-smart-captcha.mjs",
  "typings": "types/ngx-rock-yandex-smart-captcha.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-rock-yandex-smart-captcha.d.ts",
      "default": "./fesm2022/ngx-rock-yandex-smart-captcha.mjs"
    }
  },
  "type": "module",
  "dependencies": {
    "tslib": "^2.3.0"
  }
}