{
  "name": "@defiat-crypto/core-contracts",
  "description": "DeFiat: Core Smart Contracts",
  "version": "2.1.0",
  "license": "MIT",
  "homepage": "https://defiat.net",
  "author": {
    "name": "DeFiat",
    "email": "hello@defiat.net"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/defiat-crypto/core-contracts"
  },
  "keywords": [
    "defiat",
    "ethereum",
    "solidity",
    "defi"
  ],
  "files": [
    "abi",
    "contracts",
    "typechain",
    "build/artifacts",
    "build/deploy",
    "build/utils"
  ],
  "scripts": {
    "bump:minor": "yarn version --minor",
    "bump:major": "yarn version --major",
    "release": "yarn publish --access public",
    "build": "hardhat compile && tsc",
    "compile": "hardhat compile",
    "dev": "hardhat node --watch",
    "test": "hardhat test",
    "rinkeby:deploy": "hardhat --network rinkeby deploy",
    "rinkeby:verify": "hardhat --network rinkeby etherscan-verify",
    "mainnet:deploy": "hardhat --network mainnet deploy",
    "mainnet:verify": "hardhat --network mainnet etherscan-verify",
    "mainnet:run": "hardhat --network mainnet run"
  },
  "devDependencies": {
    "@ethereum-waffle/chai": "^3.2.2",
    "@openzeppelin/contracts": "^3.3.0",
    "@typechain/ethers-v5": "^5.0.0",
    "@types/chai": "^4.2.14",
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.22",
    "@uniswap/v2-core": "^1.0.1",
    "@uniswap/v2-periphery": "^1.1.0-beta.0",
    "chai": "^4.2.0",
    "dotenv": "^8.2.0",
    "ethers": "^5.0.26",
    "hardhat": "^2.0.6",
    "hardhat-abi-exporter": "^2.0.7",
    "hardhat-deploy": "^0.7.0-beta.44",
    "hardhat-deploy-ethers": "^0.3.0-beta.7",
    "hardhat-gas-reporter": "^1.0.4",
    "hardhat-spdx-license-identifier": "^2.0.3",
    "hardhat-typechain": "^0.3.4",
    "solc": "0.6.6",
    "ts-generator": "^0.1.1",
    "ts-node": "^9.1.1",
    "typechain": "^4.0.1",
    "typescript": "^4.1.3"
  }
}
