ethers.js/packages/hdnode/package.json
2020-12-14 01:25:31 -05:00

53 lines
1.5 KiB
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/abstract-signer": "^5.0.10",
"@ethersproject/basex": "^5.0.7",
"@ethersproject/bignumber": "^5.0.13",
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/logger": "^5.0.8",
"@ethersproject/pbkdf2": "^5.0.7",
"@ethersproject/properties": "^5.0.7",
"@ethersproject/sha2": "^5.0.7",
"@ethersproject/signing-key": "^5.0.8",
"@ethersproject/strings": "^5.0.8",
"@ethersproject/transactions": "^5.0.9",
"@ethersproject/wordlists": "^5.0.8"
},
"description": "BIP32 Hierarchal Deterministic Node operations.",
"ethereum": "donations.ethers.eth",
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/hdnode",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/hdnode",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xf9eaa918a3e24ee80f2a6062a7810fc3b6cfc7b59e48728904ce4475f9211ddb",
"types": "./lib/index.d.ts",
"version": "5.0.8"
}