{
  "name": "rainbow-bridge",
  "version": "1.0.0",
  "description": "",
  "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": {},
  "devDependencies": {
    "http-server": "^0.12.3",
    "prettier": "^2.2.1",
    "prettier-plugin-solidity": "^1.0.0-beta.5",
    "standard": "*"
  },
  "scripts": {
    "standard": "standard",
    "prettier-solidity": "prettier --list-different --plugin node_modules/prettier-plugin-solidity/ **/*.sol"
  },
  "standard": {
    "ignore": [
      "/contracts/eth/**/*.js"
    ]
  },
  "private": true,
  "workspaces": [
    "cli",
    "contracts/eth",
    "contracts/near",
    "eth2near/eth2near-block-relay",
    "near2eth/near2eth-block-relay",
    "near2eth/watchdog",
    "testing",
    "utils"
  ]
}
