{
  "name": "rainbow-bridge-sol",
  "version": "2.0.1",
  "description": "Solidity contracts for NEAR Rainbow Bridge",
  "author": "Near Inc.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/near/rainbow-bridge.git"
  },
  "license": "MIT",
  "keywords": [
    "nearprotocol",
    "contracts",
    "decentralized",
    "blockchain",
    "ethereum",
    "bridge"
  ],
  "scripts": {
    "build": "./build_all.sh"
  },
  "files": [
    "nearbridge/contracts/*",
    "nearprover/contracts/*"
  ]
}