UNPKG

@abstraxn/passkey-manager

Version:

@abstraxn/passkey-manager is an npm package that provides a set of utilities and classes for creating and managing WebAuthn passkeys, extracting signatures, and handling local storage formats. The package is designed with an object-oriented approach, maki

59 lines (58 loc) 1.5 kB
{ "name": "@abstraxn/passkey-manager", "version": "0.0.12", "description": "@abstraxn/passkey-manager is an npm package that provides a set of utilities and classes for creating and managing WebAuthn passkeys, extracting signatures, and handling local storage formats. The package is designed with an object-oriented approach, making it modular, maintainable, and easy to integrate into your web applications.", "main": "dist/src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf dist && tsc" }, "author": "Sandeep Jaiswal <sandeep.jaiswal@antiersolutions.com> (https://www.antiersolutions.com/)", "license": "MIT", "files": [ "dist/*", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "buffer": "^6.0.3", "ethers": "^5.7.2" }, "devDependencies": { "typescript": "^4.7.4" }, "keywords": [ "abstraxn", "antier-solutions", "Ethereum", "Smart Account", "ERC-4337", "Account Abstraction", "Smart Contract Wallets", "SDK", "Passkeys", "Passkey", "Biometrics Signing", "WebAuthn", "Authentication", "Security", "Cryptography", "Blockchain", "Decentralized", "ECDSA", "Signature", "Public Key", "Crypto Wallet", "Web3", "Crypto", "Identity", "Multi-Factor Authentication", "MFA", "JavaScript", "TypeScript", "Frontend Security", "Passwordless" ] }