39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "@ethersproject/hdnode",
|
|
"version": "5.0.0-beta.130",
|
|
"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.0",
|
|
"@ethersproject/basex": ">5.0.0-beta.0",
|
|
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
"@ethersproject/logger": ">5.0.0-beta.0",
|
|
"@ethersproject/pbkdf2": ">5.0.0-beta.0",
|
|
"@ethersproject/properties": ">5.0.0-beta.0",
|
|
"@ethersproject/sha2": ">5.0.0-beta.0",
|
|
"@ethersproject/signing-key": ">5.0.0-beta.0",
|
|
"@ethersproject/strings": ">5.0.0-beta.0",
|
|
"@ethersproject/transactions": ">5.0.0-beta.0",
|
|
"@ethersproject/wordlists": ">5.0.0-beta.0"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"module": "./lib.esm/index.js",
|
|
"tarballHash": "0x1aa41472296a4ab9726dfaa3c12a9ec142120e45fa76441bd4001f23f7c6c71f"
|
|
}
|