{ "author": "Richard Moore ", "dependencies": { "@ethersproject/abstract-provider": "^5.2.0", "@ethersproject/abstract-signer": "^5.2.0", "@ethersproject/address": "^5.2.0", "@ethersproject/bignumber": "^5.2.0", "@ethersproject/bytes": "^5.2.0", "@ethersproject/hash": "^5.2.0", "@ethersproject/hdnode": "^5.2.0", "@ethersproject/json-wallets": "^5.2.0", "@ethersproject/keccak256": "^5.2.0", "@ethersproject/logger": "^5.2.0", "@ethersproject/properties": "^5.2.0", "@ethersproject/random": "^5.2.0", "@ethersproject/signing-key": "^5.2.0", "@ethersproject/transactions": "^5.2.0", "@ethersproject/wordlists": "^5.2.0" }, "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": "0x3e5ea75b37d11e5feeaf941b5a6e657fe46cd09dbf6879eb7427338591c13f10", "types": "./lib/index.d.ts", "version": "5.2.0" }