getmefcknabi
Version:
✨ Extract ABIs from any smart contract with minimal hassle - CLI tool with interactive mode to extract ABIs from verified and unverified contracts on any EVM chain
67 lines (66 loc) • 1.57 kB
JSON
{
"name": "getmefcknabi",
"version": "0.1.3",
"description": "✨ Extract ABIs from any smart contract with minimal hassle - CLI tool with interactive mode to extract ABIs from verified and unverified contracts on any EVM chain",
"main": "dist/index.js",
"bin": {
"getmefcknabi": "dist/index.js"
},
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"prepublishOnly": "npm run build",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bezata/getmefcknabi"
},
"homepage": "https://getmefcknabi.fun",
"bugs": {
"url": "https://github.com/bezata/getmefcknabi/issues"
},
"keywords": [
"ethereum",
"blockchain",
"abi",
"smart-contract",
"cli",
"whatsabi",
"contract",
"ethereum-contract",
"web3",
"ethers",
"viem",
"unverified",
"bytecode",
"decompiler"
],
"author": "bezata <bezatcnacle@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"boxen": "^7.1.1",
"chalk": "^5.4.1",
"commander": "^12.1.0",
"figlet": "^1.8.1",
"gradient-string": "^2.0.2",
"inquirer": "^9.3.7",
"node-fetch": "^3.3.2",
"ora": "^8.2.0",
"viem": "^2.26.3"
},
"devDependencies": {
"@types/figlet": "^1.7.0",
"@types/gradient-string": "^1.1.6",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
}
}