{ "name": "@ethersproject/cli", "version": "5.0.0-beta.131", "description": "Command-Line Interface scripts and releated utilities.", "main": "index.js", "scripts": { "test": "exit 1" }, "bin": { "ethers": "./bin/ethers.js", "ethers-ts": "./bin/ethers-ts.js" }, "dependencies": { "@types/node": "10.3.2", "ethers": ">5.0.0-beta.0", "mime-types": "2.1.11", "solc": "0.5.9", "solidity-parser-antlr": "^0.3.2" }, "keywords": [ "Ethereum", "ethers", "cli" ], "author": "Richard Moore ", "license": "MIT", "publishConfig": { "access": "public" }, "tarballHash": "0x58e887badc9c63a07c3eb726f6667958dcebf84e67eead73c4e129f580a177c4" }