{
  "name": "@pooltogether/v4-core",
  "version": "1.3.1",
  "description": "PoolTogether V4 Core Smart Contracts",
  "main": "index.js",
  "license": "GPL-3.0",
  "scripts": {
    "clean": "rm -rf cache/ artifacts/",
    "docs": "solidity-docgen --solc-module solc-0.8 -i contracts -o docs -t templates",
    "compile": "mkdir -p abis && hardhat --show-stack-traces --max-memory 8192 compile",
    "coverage": "HIDE_DEPLOY_LOG=true OPTIMIZER_DISABLED=true hardhat coverage",
    "coverage:file": "HIDE_DEPLOY_LOG=true OPTIMIZER_DISABLED=true hardhat coverage --testfiles",
    "deploy": "hardhat deploy --write true --network",
    "verify": "hardhat etherscan-verify --license MIT --solc-input --network",
    "etherscan-verify": "hardhat etherscan:verify --network",
    "format": "prettier --config .prettierrc --write \"**/*.*.{ts,js}\" \"contracts/**/*.sol\"",
    "format:file": "prettier --config .prettierrc --write",
    "hint": "solhint \"contracts/**/*.sol\"",
    "start-fork": "FORK_ENABLED=true hardhat node --no-reset --no-deploy",
    "impersonate-accounts": "hardhat --network localhost fork:impersonate-accounts ",
    "distribute-ether": "hardhat --network localhost fork:distribute-ether-from-binance",
    "create-prize-pool": "hardhat --network localhost fork:create-aave-prize-pool",
    "remove-logs": "yarn run hardhat remove-logs",
    "run-fork": "yarn impersonate-accounts && yarn distribute-ether && yarn create-prize-pool",
    "test": "HIDE_DEPLOY_LOG=true hardhat test",
    "gas": "REPORT_GAS=true HIDE_DEPLOY_LOG=true hardhat test",
    "parallel-test": "mocha --require hardhat/register --recursive --parallel --exit --extension ts",
    "prepack": "yarn compile"
  },
  "dependencies": {
    "@openzeppelin/contracts": "4.3.1",
    "@pooltogether/fixed-point": "1.0.0",
    "@pooltogether/owner-manager-contracts": "1.1.0",
    "@pooltogether/pooltogether-rng-contracts": "1.5.2",
    "@pooltogether/yield-source-interface": "1.4.0",
    "deploy-eip-1820": "1.0.0"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "2.0.2",
    "@nomiclabs/hardhat-etherscan": "2.1.1",
    "@nomiclabs/hardhat-waffle": "2.0.1",
    "@openzeppelin/hardhat-upgrades": "1.6.0",
    "@pooltogether/pooltogether-proxy-factory-package": "1.0.1",
    "@pooltogether/uniform-random-number": "1.0.0-beta.2",
    "@types/chai": "4.2.15",
    "@types/debug": "4.1.5",
    "@types/mocha": "8.2.1",
    "@types/node": "14.14.32",
    "@types/react-table": "^7.7.3",
    "chai": "4.3.4",
    "chalk": "4.1.0",
    "debug": "4.3.1",
    "ethereum-waffle": "3.4.0",
    "ethers": "5.4.6",
    "hardhat": "2.6.2",
    "hardhat-abi-exporter": "2.1.2",
    "hardhat-dependency-compiler": "1.1.1",
    "hardhat-deploy": "0.7.0-beta.47",
    "hardhat-deploy-ethers": "0.3.0-beta.10",
    "hardhat-gas-reporter": "1.0.4",
    "hardhat-log-remover": "2.0.2",
    "mocha": "9.0.3",
    "mocha-junit-reporter": "2.0.0",
    "prettier": "2.4.1",
    "prettier-plugin-solidity": "1.0.0-beta.18",
    "solc": "0.8.6",
    "solc-0.8": "npm:solc@0.8.6",
    "solhint": "3.3.3",
    "solidity-coverage": "0.7.16",
    "solidity-docgen": "0.5.15",
    "ts-generator": "0.1.1",
    "ts-node": "9.1.1",
    "typescript": "4.2.3"
  },
  "files": [
    "LICENSE",
    "abis/**",
    "artifacts/**",
    "contracts/**"
  ]
}
