{
  "name": "ndwallet-core",
  "description": "Core cryptographic library for NDWallet browser environments",
  "version": "0.9.6",
  "license": "MIT",
  "files": [
    "ndwallet_core_bg.wasm",
    "ndwallet_core.js",
    "ndwallet_core_bg.js",
    "ndwallet_core.d.ts"
  ],
  "module": "ndwallet_core.js",
  "types": "ndwallet_core.d.ts",
  "sideEffects": [
    "./ndwallet_core.js",
    "./snippets/*"
  ]
}