{ "author": "Richard Moore ", "dependencies": { "@ethersproject/address": ">=5.0.0-beta.128", "@ethersproject/bignumber": ">=5.0.0-beta.130", "@ethersproject/bytes": ">=5.0.0-beta.129", "@ethersproject/constants": ">=5.0.0-beta.128", "@ethersproject/hash": ">=5.0.0-beta.128", "@ethersproject/keccak256": ">=5.0.0-beta.127", "@ethersproject/logger": ">=5.0.0-beta.129", "@ethersproject/properties": ">=5.0.0-beta.131", "@ethersproject/strings": ">=5.0.0-beta.130" }, "description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/abi", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0xea1c770d87b34f15239a3ddbc5813d90e7627b57b9afa633997dfb903ca51efd", "types": "./lib/index.d.ts", "version": "5.0.0-beta.145" }