{
  "name": "ndwallet-core",
  "version": "0.9.6",
  "description": "Core cryptographic library for NDWallet browser environments",
  "main": "js/index.js",
  "types": "js/index.d.ts",
  "files": [
    "pkg",
    "js"
  ],
  "scripts": {
    "build": "wasm-pack build --target bundler --out-dir pkg && tsc",
    "test": "wasm-pack test --node"
  },
  "keywords": [
    "webauthn",
    "passkey",
    "wasm",
    "cryptography",
    "secret-sharing",
    "ndwallet"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@simplewebauthn/browser": "^13.1.0",
    "typescript": "^5.8.2",
    "wasm-pack": "^0.12.1"
  },
  "peerDependencies": {
    "@simplewebauthn/browser": "^13.1.0"
  }
}
