{
  "name": "electron-webauthn",
  "version": "1.3.1",
  "repository": "https://github.com/iamEvanYT/electron-webauthn.git",
  "homepage": "https://github.com/iamEvanYT/electron-webauthn#readme",
  "description": "Cross-platform loader for native WebAuthn support on macOS.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "dist/**"
  ],
  "type": "module",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "build:macos": "cd packages/macos && bun run build",
    "build:all": "bun run build && bun run build:macos",
    "test": "bun test"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^6.0.2"
  },
  "dependencies": {
    "@electron-webauthn/types": "^1.3.0"
  },
  "optionalDependencies": {
    "@electron-webauthn/macos": "^1.3.0"
  }
}
