{ "name": "@hexagon/webauthn", "version": "0.9.14", "description": "Slim Webauthn library with ES6, Node and Deno support.", "author": "Hexagon ", "license": "MIT", "contributors": [], "homepage": "https://hexagon.github.io/webauthn", "repository": { "type": "git", "url": "https://github.com/hexagon/webauthn" }, "bugs": { "url": "https://github.com/hexagon/webauthn/issues" }, "files": [ "dist/", "types/", "SECURITY.md" ], "keywords": [ "webauthn", "fido2", "ctap", "passwordless", "authentication", "yubikey", "windows hello", "android" ], "scripts": { "test": "npx mocha test", "test:dist": "export TEST_TARGET=dist || set TEST_TARGET=dist&& npx mocha test", "coverage": "c8 --include=lib npm test", "typings": "(rm -rf types/* || rd /S /Q types) & tsc", "docs": "(rm -rf docs/* || rd /S /Q docs) & jsdoc -c .jsdoc.json" }, "type": "module", "main": "./dist/webauthn.js", "module": "./dist/webauthn.js", "types": "types/webauthn.d.ts", "devDependencies": { "@hexagon/base64": "^1.0.18", "@types/node": "17.0", "asn1js": "^2.3.2", "c8": "^7.11.2", "cbor-x": "^1.2.1", "chai": "^4.3.6", "chai-as-promised": "^7.1.1", "jose": "^4.7.0", "jsdoc": "^3.6.7", "jsdoc-chameleon-template": "^1.0.2", "mocha": "^10.0.0", "pkijs": "2.1.60", "sinon": "^13.0.2", "tldts": "^5.7.77", "typescript": "^4.4.4" } }