{ "name": "@ethersproject/hdnode", "version": "5.0.0-beta.131", "description": "BIP32 Hierarchal Deterministic Node operations.", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@ethersproject/abstract-signer": ">=5.0.0-beta.132", "@ethersproject/basex": ">=5.0.0-beta.127", "@ethersproject/bignumber": ">=5.0.0-beta.130", "@ethersproject/bytes": ">=5.0.0-beta.129", "@ethersproject/logger": ">=5.0.0-beta.129", "@ethersproject/pbkdf2": ">=5.0.0-beta.127", "@ethersproject/properties": ">=5.0.0-beta.131", "@ethersproject/sha2": ">=5.0.0-beta.129", "@ethersproject/signing-key": ">=5.0.0-beta.129", "@ethersproject/strings": ">=5.0.0-beta.130", "@ethersproject/transactions": ">=5.0.0-beta.128", "@ethersproject/wordlists": ">=5.0.0-beta.128" }, "keywords": [ "Ethereum", "ethers" ], "author": "Richard Moore ", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "module": "./lib.esm/index.js", "types": "./lib/index.d.ts", "ethereum": "donations.ethers.eth", "tarballHash": "0x27c52e326c3094468a2daad9b85795497a114484a5f7146b45a4a38495cd2b88" }