{
	"name": "@lo-fi/webauthn-local-client",
	"description": "Browser-only utils for locally managing WebAuthn (passkey) API",
	"version": "0.4000.0",
	"exports": {
		".": "./dist/bundlers/walc.mjs",
		"./bundlers/astro": "./bundler-plugins/astro.mjs",
		"./bundlers/vite": "./bundler-plugins/vite.mjs",
		"./bundlers/webpack": "./bundler-plugins/webpack.mjs"
	},
	"browser": {
		"@lo-fi/webauthn-local-client": "./dist/bundlers/walc.mjs"
	},
	"scripts": {
		"build:all": "node scripts/build-all.js",
		"build:gh-pages": "npm run build:all && node scripts/build-gh-pages.js",
		"build": "npm run build:all",
		"test:start": "npx http-server test/ -p 8080",
		"test": "npm run test:start",
		"postinstall": "node scripts/postinstall.js",
		"prepublishOnly": "npm run build:all"
	},
	"dependencies": {
		"@root/asn1": "~1.0.2",
		"cbor-js": "~0.1.0",
		"libsodium": "~0.7.15",
		"libsodium-wrappers": "~0.7.15"
	},
	"devDependencies": {
		"micromatch": "~4.0.5",
		"recursive-readdir-sync": "~1.0.6",
		"terser": "~5.29.2"
	},
	"peerDependencies": {
		"html-webpack-plugin": "~5.6.0"
	},
	"peerDependenciesMeta": {
		"html-webpack-plugin": {
			"optional": true
		}
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/mylofi/webauthn-local-client.git"
	},
	"keywords": [
		"auth",
		"passkey",
		"webauthn",
		"biometric",
		"cryptography",
		"vite-plugin",
		"webpack-plugin"
	],
	"bugs": {
		"url": "https://github.com/mylofi/webauthn-local-client/issues",
		"email": "getify@gmail.com"
	},
	"homepage": "https://github.com/mylofi/webauthn-local-client",
	"author": "Kyle Simpson <getify@gmail.com>",
	"license": "MIT"
}
