Swap-Aggregator-Subgraph/node_modules/web3-eth-abi/package.json
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

26 lines
743 B
JSON

{
"name": "web3-eth-abi",
"version": "1.7.0",
"description": "Web3 module encode and decode EVM in/output.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-abi",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0"
},
"types": "types/index.d.ts",
"scripts": {
"compile": "tsc -b tsconfig.json",
"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types"
},
"main": "lib/index.js",
"dependencies": {
"@ethersproject/abi": "5.0.7",
"web3-utils": "1.7.0"
},
"devDependencies": {
"dtslint": "^3.4.1",
"typescript": "^3.9.5"
},
"gitHead": "cd4b4d13e7e1d973ceee29c118798d4931860a2b"
}