{
  "name": "ngx-appkey-webauthn",
  "version": "0.0.13",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Cosync/AppKey-WebAuthn-Angular.git"
  },
  "keywords": [
    "AppKey",
    "Passkey",
    "Authentication"
  ],
  "author": "Cosync Inc",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Cosync/AppKey-WebAuthn-Angular/issues"
  },
  "homepage": "https://github.com/Cosync/AppKey-WebAuthn-Angular#readme",
  "peerDependencies": {
    "@angular/common": "^18.2.0",
    "@angular/core": "^18.2.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/ngx-appkey-webauthn.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ngx-appkey-webauthn.mjs",
      "esm": "./esm2022/ngx-appkey-webauthn.mjs",
      "default": "./fesm2022/ngx-appkey-webauthn.mjs"
    }
  }
}