{
  "name": "@etherisc/gif-interface",
  "version": "2.0.0-rc.1-0",
  "description": "This repository holds the necessary interfaces and base contracts to interact with an existing GIF instance. The repository is not intended to be used on its own.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/etherisc/gif-interface.git"
  },
  "files": [
    "contracts/**/*sol",
    "build/**/*"
  ],
  "keywords": [
    "etherisc",
    "dip",
    "gif",
    "insurance",
    "blockchain",
    "ethereum",
    "solidity"
  ],
  "license": "Apache-2.0",
  "homepage": "https://www.etherisc.com",
  "bugs": {
    "url": "https://github.com/etherisc/gif-interface/issues"
  },
  "dependencies": {
    "@openzeppelin/contracts": "4.7.3"
  }
}
