{
  "name": "rainbow-bridge-eth2near-block-relay",
  "version": "1.0.0",
  "description": "Rainbow Bridge Eth to NEAR Block Relay",
  "main": "index.js",
  "author": "Near Inc. <hello@near.org>",
  "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",
    "eth-object": "https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06",
    "eth-util-lite": "near/eth-util-lite#master",
    "@ethereumjs/block": "^3.4.0",
    "merkle-patricia-tree": "^2.1.2",
    "prom-client": "^12.0.0",
    "promisfy": "^1.2.0",
    "rainbow-bridge-utils": "1.0.0",
    "got": "^11.8.5"
  },
  "devDependencies": {
    "dotenv": "^10.0.0",
    "jest": "^26.6.3"
  }
}
