38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/address": "^5.0.0",
|
|
"@ethersproject/bignumber": "^5.0.0",
|
|
"@ethersproject/bytes": "^5.0.0",
|
|
"@ethersproject/constants": "^5.0.0",
|
|
"@ethersproject/hash": "^5.0.0",
|
|
"@ethersproject/keccak256": "^5.0.0",
|
|
"@ethersproject/logger": "^5.0.0",
|
|
"@ethersproject/properties": "^5.0.0",
|
|
"@ethersproject/strings": "^5.0.0"
|
|
},
|
|
"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": "0x6fa73d5d912168d6162b4faeac1d75959163f7200f5b33ca394a1502e879c829",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.1"
|
|
}
|