{ "author": "Richard Moore ", "bin": { "ethers": "./lib/bin/ethers.js", "ethers-asm": "./lib/bin/ethers-asm.js", "ethers-ens": "./lib/bin/ethers-ens.js", "ethers-ts": "./lib/bin/ethers-ts.js" }, "dependencies": { "@babel/parser": "7.8.4", "@babel/types": "7.8.3", "@ethersproject/asm": "^5.0.5", "@ethersproject/basex": "^5.0.3", "ethers": "^5.0.13", "scrypt-js": "3.0.1", "solc": "0.7.1" }, "description": "Command-Line Interface scripts and releated utilities.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers", "cli" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/cli", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "exit 1" }, "tarballHash": "0xfba941d36467b91537a3c4e408460c9eb0218c1483cf548881a66239d399f7d6", "types": "./lib/index.d.ts", "version": "5.0.6" }