{
  "name": "@pangz/ng-cloudflare-turnstile",
  "description": "An intuitive, lightweight and easy to integrate cloudflare-turnstile component for Angular.",
  "version": "0.2.0",
  "peerDependencies": {
    "@angular/common": "^18.2.0",
    "@angular/core": "^18.2.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "keywords": [
    "angular",
    "angular turnstile",
    "angular turnst",
    "ng turnst",
    "cloudflare",
    "turnstile",
    "cloudflare",
    "cloudflare-turnstile",
    "cloudflare turnstile",
    "ng-cloudflare",
    "ngx-cloudflare",
    "ng-turnstile",
    "ng-cloudflare-turnstile",
    "ng-turnstile-cloudflare",
    "ngx-cloudflare-turnstile",
    "ngx-turnstile",
    "cloudf",
    "cflare",
    "cf",
    "turnst",
    "tile",
    "cf tstile",
    "pangz",
    "pangz-lab"
  ],
  "homepage": "https://github.com/pangz-lab/ng-cloudflare-turnstile",
  "author": "Pangz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pangz-lab/ng-cloudflare-turnstile/issues",
    "email": "pangz.lab@gmail.com"
  },
  "funding": [
    {
      "type": "BuyMeACoffee",
      "url": "https://buymeacoffee.com/pangzlab"
    }
  ],
  "module": "fesm2022/pangz-ng-cloudflare-turnstile.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/pangz-ng-cloudflare-turnstile.mjs",
      "esm": "./esm2022/pangz-ng-cloudflare-turnstile.mjs",
      "default": "./fesm2022/pangz-ng-cloudflare-turnstile.mjs"
    }
  }
}