ethers.js/packages/hdnode/package.json

41 lines
1.2 KiB
JSON
Raw Permalink Normal View History

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