{
  "name": "ng-hcaptcha-latest",
  "version": "17.0.8",
  "description": "hCaptcha Component for Angular",
  "keywords": [
    "hcaptcha",
    "captcha",
    "angular",
    "verification"
  ],
  "bugs": {
    "url": "https://github.com/leNicDev/ng-hcaptcha/issues"
  },
  "contributors": [
    "leNicDev"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/leNicDev/ng-hcaptcha.git"
  },
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
    "@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
    "@angular/forms": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/ng-hcaptcha-latest.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ng-hcaptcha-latest.mjs",
      "esm": "./esm2022/ng-hcaptcha-latest.mjs",
      "default": "./fesm2022/ng-hcaptcha-latest.mjs"
    }
  },
  "sideEffects": false
}