{ "author": "Richard Moore ", "browser": "./dist/ethers.umd.js", "dependencies": { "@ethersproject/abi": "^5.0.0", "@ethersproject/abstract-provider": "^5.0.0", "@ethersproject/abstract-signer": "^5.0.0", "@ethersproject/address": "^5.0.0", "@ethersproject/base64": "^5.0.0", "@ethersproject/bignumber": "^5.0.0", "@ethersproject/bytes": "^5.0.0", "@ethersproject/constants": "^5.0.0", "@ethersproject/contracts": "^5.0.0", "@ethersproject/hash": "^5.0.0", "@ethersproject/hdnode": "^5.0.0", "@ethersproject/json-wallets": "^5.0.0", "@ethersproject/keccak256": "^5.0.0", "@ethersproject/logger": "^5.0.0", "@ethersproject/networks": "^5.0.0", "@ethersproject/pbkdf2": "^5.0.0", "@ethersproject/properties": "^5.0.0", "@ethersproject/providers": "^5.0.0", "@ethersproject/random": "^5.0.0", "@ethersproject/rlp": "^5.0.0", "@ethersproject/sha2": "^5.0.0", "@ethersproject/signing-key": "^5.0.0", "@ethersproject/solidity": "^5.0.0", "@ethersproject/strings": "^5.0.0", "@ethersproject/transactions": "^5.0.0", "@ethersproject/units": "^5.0.0", "@ethersproject/wallet": "^5.0.0", "@ethersproject/web": "^5.0.0", "@ethersproject/wordlists": "^5.0.0" }, "description": "Umbrella package for most common Ethers libraries.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./dist/ethers.esm.js", "name": "ethers", "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0x7b9f3436a8780e60ef1573f5bde9b290a98286eff29a0eb3d10e1d1db013ad5c", "types": "./lib/index.d.ts", "version": "5.0.1" }