@ethsub/sol-cli
Version:
A cli to interact with ethereum
24 lines (22 loc) • 539 B
JSON
{
"name": "@ethsub/sol-cli",
"version": "0.2.1",
"description": "A cli to interact with ethereum",
"license": "MIT",
"keywords": ["bridge", "solidity", "etherum", "ethsub"],
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/ethsub/ethsub",
"repository": {
"type": "git",
"url": "https://github.com/ethsub/ethsub.git",
"directory": "packages/sol-cli"
},
"bin": "index.js",
"dependencies": {
"@ethsub/sol": "^0.1.0",
"commander": "^5.0.0",
"ethers": "^5.5.1"
}
}