{
  "name": "@virtonetwork/authenticators-webauthn",
  "description": "An Authenticator compatible with KreivoPassSigner that uses the WebAuthn standard",
  "version": "1.0.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.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "browser": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "scripts": {
    "test": "node --loader ts-node/esm test/test.ts",
    "build": "tsc && tsc -p tsconfig.cjs.json",
    "prepack": "npm run build"
  },
  "author": "Virto Network <contact@virto.networks>",
  "license": "MIT",
  "keywords": [
    "virto-sdk",
    "signer",
    "papi",
    "scale",
    "polkadot.js",
    "polkadot"
  ],
  "dependencies": {
    "@simplewebauthn/server": "^13.1.1",
    "@virtonetwork/signer": "^1.0.14",
    "nid-webauthn-emulator": "^0.2.4"
  },
  "devDependencies": {
    "esmock": "^2.7.0",
    "sinon": "^20.0.0",
    "ts-node": "^10.9.2"
  },
  "repository": {
    "url": "https://github.com/virto-network/papi-signers",
    "directory": "authenticators/webauthn"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}