{
  "name": "@laragear/webpass",
  "version": "2.1.2",
  "description": "The most simple WebAuthn (Passkeys) helper for browsers.",
  "repository": {
    "type": "git",
    "url": "https://github.com/Laragear/webpass.git"
  },
  "bugs": {
    "url": "https://github.com/Laragear/webpass/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "homepage": "https://github.com/Laragear/webpass",
  "main": "src/index.ts",
  "scripts": {
    "build": "rollup --config --sourcemap",
    "dev": "vitest",
    "test": "vitest run",
    "coverage": "vitest run --coverage"
  },
  "sideEffects": false,
  "keywords": [
    "webauthn",
    "passkeys",
    "authentication",
    "auth",
    "security",
    "browser"
  ],
  "author": {
    "name": "Italo Israel Baeza Cabrera",
    "email": "darkghosthunter@gmail.com",
    "url": "https://github.com/DarkGhostHunter"
  },
  "type": "module",
  "license": "MIT",
  "dependencies": {
    "@simplewebauthn/browser": "^13.0.0",
    "ofetch": "^1.5.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/web": "^0.0.341",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^10.0.3",
    "happy-dom": "^20.8.3",
    "rollup": "^4.59.0",
    "tslib": "^2.8.1",
    "vitest": "^4.0.18"
  },
  "peerDependencies": {
    "ofetch": "^1.5.1",
    "typescript": "^5.9.3"
  }
}
