ndwallet-core
Version:
Core cryptographic library for NDWallet browser environments
34 lines (33 loc) • 699 B
JSON
{
"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"
}
}