{
  "author": "Richard Moore <me@ricmoo.com>",
  "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.4.0",
    "@ethersproject/basex": "^5.4.0",
    "ethers": "^5.4.0",
    "scrypt-js": "3.0.1",
    "solc": "0.7.1"
  },
  "description": "Command-Line Interface scripts and releated utilities.",
  "ethereum": "donations.ethers.eth",
  "funding": [
    {
      "type": "individual",
      "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
    },
    {
      "type": "individual",
      "url": "https://www.buymeacoffee.com/ricmoo"
    }
  ],
  "keywords": [
    "Ethereum",
    "ethers",
    "cli"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "./lib.esm/index.js",
  "name": "@ethersproject/cli",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "directory": "packages/cli",
    "type": "git",
    "url": "git://github.com/ethers-io/ethers.js.git"
  },
  "scripts": {
    "test": "exit 1"
  },
  "sideEffects": false,
  "tarballHash": "0x5448b2cf11834810528475ce5f7b2fc6d67aeda46b566307021f59d9281b5f5e",
  "types": "./lib/index.d.ts",
  "version": "5.4.0"
}
