{
  "name": "@cashteddy/contracts",
  "version": "1.0.0",
  "description": "",
  "main": "truffle-config.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "hardhat": "hardhat",
    "prepare": "run-s prepare:*",
    "prepare:compile": "hardhat compile",
    "prepare:set-version": "node scripts/set-version.js",
    "deploy:avalanche": "npx hardhat --network avalanche run mainnetDeployment/avalancheDeployment.js && node scripts/serializeDeployment.js mainnetDeployment/avalancheDeploymentOutput.json",
    "deploy:fuji": "npx hardhat --network fuji run mainnetDeployment/fujiDeployment.js && node scripts/serializeDeployment.js mainnetDeployment/fujiDeploymentOutput.json",
    "deploy:fuji-setreward": "npx hardhat --network fuji run mainnetDeployment/setPool2RewardFuji.js",
    "deploy:avalanche-setreward": "npx hardhat --network mainnet run mainnetDeployment/setPool2RewardAvalanche.js",
    "test": "hardhat test",
    "coverage": "hardhat coverage",
    "coveralls": "cat coverage/lcov.info | coveralls"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "decimal.js": "^10.2.0",
    "eth-mutants": "^0.1.1",
    "ethereumjs-util": "^7.0.9",
    "ethers": "^5.0.32",
    "solc": "^0.6.11",
    "xmlhttprequest": "^1.8.0"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-etherscan": "^2.1.1",
    "@nomiclabs/hardhat-truffle5": "^2.0.0",
    "@nomiclabs/hardhat-web3": "^2.0.0",
    "@openzeppelin/contracts": "^3.3.0",
    "@openzeppelin/test-helpers": "^0.5.10",
    "eth-gas-reporter": "^0.2.22",
    "hardhat": "^2.1.1",
    "hardhat-gas-reporter": "^1.0.1",
    "npm-run-all": "^4.1.5",
    "solidity-coverage": "^0.7.16",
    "web3": "^1.3.4"
  }
}
