{ "name": "@ethersproject/address", "version": "5.0.0-beta.130", "description": "Utilities for handling Ethereum Addresses for ethers.", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@ethersproject/bignumber": ">=5.0.0-beta.130", "@ethersproject/bytes": ">=5.0.0-beta.129", "@ethersproject/keccak256": ">=5.0.0-beta.127", "@ethersproject/logger": ">=5.0.0-beta.129", "@ethersproject/rlp": ">=5.0.0-beta.126", "bn.js": "^4.4.0" }, "keywords": [ "Ethereum", "ethers" ], "author": "Richard Moore ", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "module": "./lib.esm/index.js", "types": "./lib/index.d.ts", "ethereum": "donations.ethers.eth", "tarballHash": "0xd1af3f7ee45a27dd7a5c9d1aa622ebeca3561eeb0820721089efc6f48f220c88" }