{
  "name": "@virtonetwork/authenticators-webauthn",
  "description": "An Authenticator compatible with KreivoPassSigner that uses the WebAuthn standard",
  "homepage": "https://virto-network.github.io/papi-signers/guide/webauthn",
  "version": "1.2.7",
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "module": "./dist/esm/index.js",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.js",
  "browser": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "scripts": {
    "test": "tsx test/test.ts",
    "build": "tsc && tsc -p tsconfig.cjs.json && node ../../scripts/fix-cjs.js dist/cjs",
    "prepack": "npm run build"
  },
  "author": "Virto Network <contact@virto.networks>",
  "license": "MIT",
  "keywords": [
    "virto-sdk",
    "signer",
    "papi",
    "scale",
    "polkadot.js",
    "polkadot"
  ],
  "dependencies": {
    "@virtonetwork/signer": "^1.3.3"
  },
  "devDependencies": {
    "@levischuck/tiny-cbor": "^0.2.11",
    "@simplewebauthn/server": "^13.2.3",
    "esmock": "^2.7.0",
    "nid-webauthn-emulator": "^0.2.9",
    "sinon": "^21.0.1"
  },
  "repository": {
    "url": "https://github.com/virto-network/papi-signers",
    "directory": "authenticators/webauthn"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public",
    "provenance": true
  }
}
