{
  "name": "rainbow-bridge-cli",
  "version": "4.0.0",
  "author": "Near Inc. <hello@near.org>",
  "description": "CLI to set up the environment needed for the Rainbow Bridge to work.",
  "main": "index.js",
  "bin": {
    "rainbow-bridge": "./index.js",
    "rainbow": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/near/rainbow-bridge.git"
  },
  "license": "MIT",
  "keywords": [
    "nearprotocol",
    "decentralized",
    "blockchain",
    "ethereum",
    "bridge"
  ],
  "dependencies": {
    "bn.js": "^5.1.3",
    "commander": "^5.1.0",
    "eth-object": "https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06",
    "eth-util-lite": "near/eth-util-lite#master",
    "ethereumjs-util": "^6.2.0",
    "node-fetch": "^2.6.7",
    "pm2": "^4.4.0",
    "pm2-promise": "^2.0.1",
    "rainbow-bridge-utils": "1.0.0",
    "rainbow-bridge-eth2near-block-relay": "1.0.0",
    "rainbow-bridge-near2eth-block-relay": "1.0.0",
    "rainbow-bridge-watchdog": "1.0.0",
    "rainbow-bridge-testing": "1.0.0",
    "rainbow-token-connector": "near/rainbow-token-connector#134b3b6ad900d90c6f993c52f4e3edf985aec61a",
    "request": "^2.88.2",
    "readline-sync": "^1.4.10"
  }
}
