@mdip/browser-hdkey
Version:
Bitcoin BIP32 hierarchical deterministic keys
46 lines (45 loc) • 984 B
JSON
{
"name": "@mdip/browser-hdkey",
"version": "0.1.8",
"description": "Bitcoin BIP32 hierarchical deterministic keys",
"main": "lib/hdkey.js",
"types": "lib/hdkey.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/KeychainMDIP/browser-hdkey"
},
"license": "MIT",
"keywords": [
"bitcoin",
"bip32",
"bip",
"key",
"hierarchical",
"deterministic",
"crypto"
],
"bugs": {
"url": "https://github.com/KeychainMDIP/browser-hdkey/issues"
},
"homepage": "https://github.com/KeychainMDIP/browser-hdkey",
"files": [
"./lib/hdkey.d.ts",
"./lib/hdkey.js"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@noble/hashes": "^1.3.3",
"bells-secp256k1": "^0.1.0",
"bs58check": "^3.0.1",
"buffer": "^6.0.3"
},
"devDependencies": {
"@types/bs58check": "^2.1.2",
"@types/node": "^20.10.5",
"@types/secp256k1": "^4.0.6",
"typescript": "^5.4.5"
}
}