mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
26 lines
743 B
JSON
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"
|
|
}
|