UNPKG

@turnkey/webauthn-stamper

Version:

Webauthn stamper for @turnkey/http

55 lines 1.18 kB
{ "name": "@turnkey/webauthn-stamper", "version": "0.5.1", "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.mjs" } }, "types": "./dist/index.d.ts", "license": "Apache-2.0", "description": "Webauthn stamper for @turnkey/http", "keywords": [ "Turnkey", "http", "stamper" ], "author": { "name": "Turnkey", "url": "https://turnkey.com/" }, "homepage": "https://github.com/tkhq/sdk", "bugs": { "url": "https://github.com/tkhq/sdk/issues" }, "repository": { "type": "git", "url": "git+https://github.com/tkhq/sdk.git", "directory": "packages/webauthn-stamper" }, "files": [ "dist/", "CHANGELOG.md", "README.md" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "sha256-uint8array": "^0.10.7" }, "scripts": { "build": "rollup -c", "clean": "rimraf ./dist ./.cache", "test": "jest", "typecheck": "tsc -p tsconfig.typecheck.json" } }