31 lines
923 B
JSON
31 lines
923 B
JSON
{
|
|
"name": "@ethersproject/abi",
|
|
"version": "5.0.0-beta.135",
|
|
"description": "Error utility functions for ethers.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/address": ">5.0.0-beta.0",
|
|
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
"@ethersproject/constants": ">5.0.0-beta.0",
|
|
"@ethersproject/hash": ">5.0.0-beta.0",
|
|
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
|
"@ethersproject/logger": ">5.0.0-beta.0",
|
|
"@ethersproject/properties": ">5.0.0-beta.0",
|
|
"@ethersproject/strings": ">5.0.0-beta.0"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"tarballHash": "0xe2971001e2b8a5140871de1bcff0e78fc6bd526b6754522bf500c284ece17d9f"
|
|
}
|