ethers.js/packages/hdnode/package.json

41 lines
1.3 KiB
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"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"
},
"description": "BIP32 Hierarchal Deterministic Node operations.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/hdnode",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x8fa8828e2078cbcc607677c36de1ebc4e573f823e6b369e2557e33406b5182c1",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.135"
}