{ "name": "@ethersproject/cli", "version": "5.0.0-beta.139", "description": "Command-Line Interface scripts and releated utilities.", "main": "index.js", "scripts": { "test": "exit 1" }, "bin": { "ethers": "./bin/ethers.js", "ethers-ens": "./bin/ethers-ens.js", "ethers-ts": "./bin/ethers-ts.js" }, "dependencies": { "@types/node": "10.3.2", "@ethersproject/basex": ">=5.0.0-beta.126", "ethers": ">5.0.0-beta.0", "mime-types": "2.1.11", "scrypt-js": "2.0.4", "solc": "0.5.10", "solidity-parser-antlr": "^0.3.2" }, "keywords": [ "Ethereum", "ethers", "cli" ], "author": "Richard Moore ", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "tarballHash": "0xf9641f2e9ca52161b063e1216a7ea563de2e8998c003a8893f92a7150749cdf4" }