hardhat-abi-exporter
Version:
Export Ethereum smart contract ABIs on compilation
38 lines (37 loc) • 752 B
JSON
{
"name": "hardhat-abi-exporter",
"version": "2.10.1",
"license": "MIT",
"description": "Export Ethereum smart contract ABIs on compilation",
"keywords": [
"hardhat",
"buidler",
"abi",
"solidity",
"solc",
"smart-contracts",
"ethereum",
"blockchain",
"version-control",
"wow",
"dapps"
],
"repository": "https://github.com/ItsNickBarry/hardhat-abi-exporter",
"author": "Nick Barry",
"main": "index.js",
"types": "index.d.ts",
"peerDependencies": {
"hardhat": "^2.0.0"
},
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"delete-empty": "^3.0.0"
},
"devDependencies": {
"eslint": "^7.6.0",
"hardhat": "^2.0.0"
},
"engines": {
"node": ">=14.14.0"
}
}