ethers.js/packages/wallet/package.json
2021-01-31 21:12:58 -05:00

56 lines
1.6 KiB
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/abstract-signer": "^5.0.10",
"@ethersproject/address": "^5.0.9",
"@ethersproject/bignumber": "^5.0.13",
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/hash": "^5.0.10",
"@ethersproject/hdnode": "^5.0.8",
"@ethersproject/json-wallets": "^5.0.10",
"@ethersproject/keccak256": "^5.0.7",
"@ethersproject/logger": "^5.0.8",
"@ethersproject/properties": "^5.0.7",
"@ethersproject/random": "^5.0.7",
"@ethersproject/signing-key": "^5.0.8",
"@ethersproject/transactions": "^5.0.9",
"@ethersproject/wordlists": "^5.0.8"
},
"description": "Classes for managing, encrypting and decrypting Ethereum private keys as a Signer for ethers.",
"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/wallet",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/wallet",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xf04a968ff11c5cd9c0c8a3b5c8e12c0ef6e2b49ee33c6891c4b54ceea154d2d8",
"types": "./lib/index.d.ts",
"version": "5.0.11"
}