{ "module": "./esm/index.js", "main": "./script/index.js", "types": "./types/index.d.ts", "name": "@simplewebauthn/types", "version": "10.0.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "license": "MIT", "author": "Matthew Miller ", "repository": { "type": "git", "url": "git+https://github.com/MasterKale/SimpleWebAuthn.git", "directory": "packages/types" }, "homepage": "https://github.com/MasterKale/SimpleWebAuthn/tree/master/packages/types#readme", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/MasterKale/SimpleWebAuthn/issues" }, "keywords": [ "typescript", "webauthn", "passkeys", "fido", "types" ], "exports": { ".": { "import": { "types": "./types/index.d.ts", "default": "./esm/index.js" }, "require": { "types": "./types/index.d.ts", "default": "./script/index.js" } } } }