{
  "name": "js-moi-hdnode",
  "version": "0.8.0",
  "description": "BIP32 HD Node for cryptocurrency key management.",
  "main": "./lib.cjs/index.js",
  "module": "./lib.esm/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "homepage": "https://docs.moi.technology/docs/build/packages/js-moi-sdk",
  "repository": {
    "type": "git",
    "url": "git://github.com/sarvalabs/js-moi-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/sarvalabs/js-moi-sdk/issues"
  },
  "keywords": [
    "moichain",
    "moi",
    "hdnode"
  ],
  "author": "Sarva Labs Inc. & MOI Protocol Developers",
  "license": "Apache-2.0 OR MIT",
  "dependencies": {
    "@scure/bip32": "^1.3.3",
    "assert": "^2.0.0",
    "buffer": "^6.0.3",
    "crypto": "npm:crypto-browserify",
    "hdkey": "^2.1.0",
    "js-moi-utils": "0.8.0",
    "process": "^0.11.10",
    "secp256k1": "^5.0.0",
    "stream": "npm:stream-browserify"
  }
}