UNPKG

@passkey-fas/webauthn-sdk

Version:

Official JavaScript SDK for FaS (FIDO2 as Service) Platform - Easy passwordless authentication integration

82 lines (81 loc) 2.03 kB
{ "name": "@passkey-fas/webauthn-sdk", "version": "1.3.0", "description": "Official JavaScript SDK for FaS (FIDO2 as Service) Platform - Easy passwordless authentication integration", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "src/index.d.ts", "exports": { ".": { "types": "./src/index.d.ts", "import": "./dist/index.esm.js", "require": "./dist/index.js" }, "./react": { "types": "./src/react.d.ts", "import": "./dist/react.js", "require": "./dist/react.js" }, "./react-simple": { "import": "./src/react-simple.js", "require": "./src/react-simple.js" } }, "files": [ "dist", "src/*.d.ts", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "prepublishOnly": "npm run build", "lint": "eslint src/**/*.js", "type-check": "tsc --noEmit" }, "keywords": [ "webauthn", "passkey", "react", "vanilla-javascript", "nodejs", "express", "authentication", "fido2", "fas" ], "author": "FaS (FIDO2 as Service) Platform <support@fas-platform.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/fas-platform/webauthn-sdk.git" }, "homepage": "https://fas-l450.onrender.com", "bugs": { "url": "https://github.com/fas-platform/webauthn-sdk/issues" }, "peerDependencies": { "@simplewebauthn/browser": "^13.0.0" }, "peerDependenciesMeta": { "react": { "optional": true } }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-terser": "^0.4.0", "@types/node": "^18.0.0", "@types/react": "^18.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "rollup": "^3.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=14.0.0" } }