{ "name": "@scure/bip32", "version": "2.0.1", "description": "Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1", "files": [ "index.js", "index.js.map", "index.d.ts", "index.d.ts.map", "index.ts" ], "dependencies": { "@noble/curves": "2.0.1", "@noble/hashes": "2.0.1", "@scure/base": "2.0.0" }, "devDependencies": { "@paulmillr/jsbt": "0.4.4", "prettier": "3.6.2", "typescript": "5.9.2" }, "scripts": { "build": "tsc", "build:release": "npx --no @paulmillr/jsbt esbuild test/build", "format": "prettier --write 'index.ts' 'test/*.test.ts'", "test": "node --experimental-strip-types --no-warnings test/index.ts", "test:bun": "bun test/index.ts", "test:deno": "deno --allow-env --allow-read test/index.ts" }, "keywords": [ "bip32", "hierarchical", "deterministic", "hd key", "bip0032", "bip-32", "bip39", "micro", "scure", "mnemonic", "phrase", "code" ], "homepage": "https://paulmillr.com/noble/#scure", "funding": "https://paulmillr.com/funding/", "repository": { "type": "git", "url": "git+https://github.com/paulmillr/scure-bip32.git" }, "type": "module", "main": "index.js", "module": "index.js", "types": "index.d.ts", "sideEffects": false, "author": "Paul Miller (https://paulmillr.com)", "license": "MIT" }