ethers.js/packages/hdnode/package.json

38 lines
1.2 KiB
JSON

{
"name": "@ethersproject/hdnode",
"version": "5.0.0-beta.129",
"description": "BIP32 Hierarchal Deterministic Node operations.",
"main": "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"
},
"tarballHash": "0xf55e5e184af14dbf060b53a66e6ba0de92af1882deebcb990c06df5aa8697d33"
}