{ "name": "@ethersproject/address", "version": "5.0.0-beta.128", "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.0", "@ethersproject/bytes": ">5.0.0-beta.0", "@ethersproject/keccak256": ">5.0.0-beta.0", "@ethersproject/logger": ">5.0.0-beta.0", "@ethersproject/rlp": ">5.0.0-beta.0", "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", "tarballHash": "0x3f3fd1c8422ddd05719dfb37df8292d27e93ae1ce0d0d48e5cdc263082e35a78" }