{
  "name": "@passkeys/core",
  "version": "4.1.0",
  "description": "Utilities for the Passkeys underlying wallet",
  "license": "UNLICENSED",
  "homepage": "https://passkeys.foundation",
  "type": "module",
  "exports": "./index.js",
  "types": "./index.d.ts",
  "dependencies": {
    "@solana/web3.js": "^1.98.2",
    "sats-connect": "1.0.0",
    "zod": "^3.23.8"
  }
}