{ "name": "@ethersproject/cli", "version": "5.0.0-beta.146", "description": "Command-Line Interface scripts and releated utilities.", "main": "./lib/index.js", "scripts": { "test": "exit 1" }, "bin": { "ethers": "./lib/bin/ethers.js", "ethers-ens": "./lib/bin/ethers-ens.js", "ethers-ts": "./lib/bin/ethers-ts.js" }, "dependencies": { "@ethersproject/basex": ">=5.0.0-beta.127", "ethers": ">=5.0.0-beta.156", "mime-types": "2.1.11", "scrypt-js": "3.0.0", "solc": "0.5.10", "solidity-parser-antlr": "^0.3.2" }, "devDependencies": { "@types/node": "^12.7.4" }, "keywords": [ "Ethereum", "ethers", "cli" ], "author": "Richard Moore ", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "module": "./lib.esm/index.js", "types": "./lib/index.d.ts", "ethereum": "donations.ethers.eth", "tarballHash": "0x664e42117580037f716878bd130f188bc75c443c1d1994bb9fe7f512e6164c8e" }