41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/abstract-signer": "^5.0.0",
|
|
"@ethersproject/basex": "^5.0.0",
|
|
"@ethersproject/bignumber": "^5.0.0",
|
|
"@ethersproject/bytes": "^5.0.0",
|
|
"@ethersproject/logger": "^5.0.0",
|
|
"@ethersproject/pbkdf2": "^5.0.0",
|
|
"@ethersproject/properties": "^5.0.0",
|
|
"@ethersproject/sha2": "^5.0.0",
|
|
"@ethersproject/signing-key": "^5.0.0",
|
|
"@ethersproject/strings": "^5.0.0",
|
|
"@ethersproject/transactions": "^5.0.0",
|
|
"@ethersproject/wordlists": "^5.0.0"
|
|
},
|
|
"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": "0x47f310d66621d2cf89ab837806bf2677125a35c5d6301310c4aa1de2295f2e25",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.1"
|
|
}
|