{
  "name": "ensuro",
  "version": "1.2.0",
  "description": "Ensuro - Decentralized insurance protocol",
  "scripts": {
    "prettier": "prettier --write 'contracts/**/*.sol' 'interfaces/**/*.sol'",
    "solhint": "solhint 'contracts/**/*.sol' 'interfaces/**/*.sol'"
  },
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.5",
    "@nomiclabs/hardhat-etherscan": "^3.0.3",
    "@nomiclabs/hardhat-waffle": "^2.0.3",
    "@openzeppelin/hardhat-upgrades": "^1.17.0",
    "chai": "^4.3.6",
    "ethereum-waffle": "^3.4.4",
    "ethers": "~5.5.4",
    "hardhat": "^2.9.3",
    "hardhat-contract-sizer": "^2.5.1",
    "hardhat-gas-reporter": "^1.0.8",
    "prettier": "^2.6.2",
    "prettier-plugin-solidity": "^1.0.0-beta.19",
    "solhint": "^3.3.7",
    "solhint-plugin-prettier": "0.0.5",
    "solidity-coverage": "^0.7.20"
  },
  "dependencies": {
    "@aave/protocol-v2": "git+https://github.com/gnarvaja/protocol-v2.git",
    "@chainlink/contracts": "^0.2.2",
    "@openzeppelin/contracts": "^4.5.0",
    "@openzeppelin/contracts-upgradeable": "^4.5.2",
    "@uniswap/v2-periphery": "^1.1.0-beta.0"
  }
}
