UNPKG

@authaction/passkey-plus-sdk

Version:

A lightweight frontend SDK for passkey-based passwordless authentication with AuthAction

38 lines (37 loc) 815 B
{ "name": "@authaction/passkey-plus-sdk", "version": "1.0.3", "publishConfig": { "access": "public" }, "description": "A lightweight frontend SDK for passkey-based passwordless authentication with AuthAction", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup", "prepare": "npm run build" }, "keywords": [ "passkey", "webauthn", "authentication", "passwordless", "authaction", "frontend-sdk", "fido2", "javascript-sdk", "typescript" ], "author": "AuthAction Team", "type": "commonjs", "devDependencies": { "eslint": "^9.24.0", "prettier": "^3.5.3", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "dependencies": { "@simplewebauthn/browser": "^12.0.0" } }