UNPKG

webauthn4js

Version:

Node.js bindings to WebAuthn Go/Wasm library

65 lines (64 loc) 1.58 kB
{ "name": "webauthn4js", "description": "Node.js bindings to WebAuthn Go/Wasm library", "version": "3.0.0", "homepage": "https://github.com/davedoesdev/webauthn4js", "author": { "name": "David Halls", "email": "dave@davedoesdev.com", "url": "http://www.davedoesdev.com" }, "repository": { "type": "git", "url": "https://github.com/davedoesdev/webauthn4js.git" }, "bugs": { "url": "https://github.com/davedoesdev/webauthn4js/issues" }, "main": "index.js", "types": "index.d.ts", "scripts": { "test": "grunt test" }, "directories": { "test": "test" }, "keywords": [ "webauthn", "fido2" ], "devDependencies": { "@fastify/static": "^6.12.0", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "@wdio/cli": "^8.27.2", "@wdio/local-runner": "^8.27.2", "@wdio/mocha-framework": "^8.27.2", "@wdio/spec-reporter": "^8.27.2", "c8": "^9.1.0", "chai": "^5.0.0", "eslint": "^8.56.0", "fastify": "^4.25.2", "grunt": "^1.6.1", "grunt-env": "^1.0.1", "grunt-eslint": "^24.3.0", "grunt-exec": "^3.0.0", "jme": "^1.1.1", "json-schema-to-zod": "^2.0.13", "mocha": "^10.2.0", "prettier": "^3.2.2", "sodium-plus": "^0.9.0", "typedoc": "^0.25.7", "typedoc-plugin-no-inherit": "^1.4.0", "typescript": "^5.3.3", "webdriverio": "^8.27.2", "zod-to-ts": "^1.2.0" }, "engines": { "node": ">= 16" }, "license": "MIT", "dependencies": { "tiny-typed-emitter": "^2.1.0" } }