{
  "name": "@losslessproject/testnet",
  "version": "0.1.3",
  "main": "index.js",
  "repository": "git@github.com:losslessproject/testnet.git",
  "author": "zkDAO <harmonyzku@gmail.com>",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf cache/ artifacts/",
    "compile": "hardhat compile",
    "hh": "hardhat",
    "docs": "hardhat deploy-markdown-export --name 'V4 Testnet' --npm-package-name @pooltogether/v4-testnet --github-base-url 'https://github.com/pooltogether/v4-testnet/tree/master' --output-filepath testnet.md",
    "addPrizes": "hardhat run ./scripts/addPrizes.js --network ",
    "disburse": "hardhat run ./scripts/disburse.js --network ",
    "deposit": "hardhat run ./scripts/deposit.js --network ",
    "generate": "node ./scripts/generateContractList.js",
    "prepare-deploy": "yarn clean && yarn compile",
    "prepack": "yarn generate",
    "reinstall": "rm -rf node_modules/ && yarn cache clean && yarn",
    "format": "prettier --config .prettierrc --write \"**/*.*.{ts,js}\"",
    "format:file": "prettier --config .prettierrc --write",
    "deploy:rinkeby": "DEPLOY=v1.1.0.rinkeby hardhat deploy --network rinkeby",
    "deploy:mumbai": "DEPLOY=v1.1.0.mumbai hardhat deploy --network mumbai",
    "deploy:fuji": "DEPLOY=v1.1.0.fuji hardhat deploy --network fuji",
    "deploy:harmony": "DEPLOY=v1.1.0.harmony hardhat deploy --network harmony",
    "deploy:harmonyDevnet": "DEPLOY=v1.1.0.harmony-devnet hardhat deploy --network harmonyDevnet",
    "deploy:harmonyTestnet": "DEPLOY=v1.1.0.harmonyTestnet hardhat deploy --network harmonyTestnet",
    "node:rinkeby": "DEPLOY=v1.1.0.rinkeby hardhat node --network hardhat",
    "node:mumbai": "DEPLOY=v1.1.0.mumbai hardhat node --network hardhat",
    "node:harmony": "DEPLOY=v1.1.0.harmony hardhat node --network hardhat",
    "node:harmonyDevnet": "DEPLOY=v1.1.0.harmony-devnet hardhat node --network harmonyDevnet",
    "node:harmonyTestnet": "DEPLOY=v1.1.0.harmonyTestnet hardhat node --network harmonyTestnet",
    "node:fuji": "DEPLOY=v1.1.0.fuji hardhat node --network hardhat",
    "verify:rinkeby": "hardhat --config hardhat.config.ts run ./scripts/verify.ts --network rinkeby",
    "verify:mumbai": "hardhat --config hardhat.config.po`lygon.ts run ./scripts/verify.ts --network mumbai",
    "verify:fuji": "hardhat --config hardhat.config.avalanche.ts run ./scripts/verify.ts --network fuji",
    "verify:harmony": "hardhat --config hardhat.config.harmony.ts run ./scripts/verify.ts --network harmony",
    "verify:harmonyDevnet": "hardhat --config hardhat.config.harmony.ts run ./scripts/verify.ts --network harmonyDevnet",
    "verify:harmonyTestnet": "hardhat --config hardhat.config.harmony.ts run ./scripts/verify.ts --network harmonyTestnet",
    "setup:rinkeby": "yarn deploy-rinkeby ; yarn verify-rinkeby ; yarn disburse rinkeby ; yarn deposit rinkeby",
    "setup:mumbai": "yarn deploy-mumbai ; yarn verify:mumbai ; yarn disburse mumbai ; yarn deposit mumbai",
    "setup:fuji": "yarn deploy-fuji ; yarn verify:fuji ; yarn disburse fuji ; yarn deposit fuji",
    "setup:harmony": "yarn deploy:harmony ; yarn verify:harmony ; yarn disburse harmony ; yarn deposit harmony",
    "setup:harmonyDevnet": "yarn deploy-harmonyDevnet ; yarn verify:harmonyDevnet ; yarn disburse harmonyDevnet ; yarn deposit harmonyDevnet",
    "setup:harmonyTestnet": "yarn deploy:harmonyTestnet ; yarn disburse harmonyTestnet ; yarn deposit harmonyTestnet"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@openzeppelin/contracts": "4.4.2",
    "@pooltogether/draw-calculator-js": "1.0.3-beta.4",
    "@pooltogether/hardhat-deploy-markdown-export": "0.2.0",
    "@pooltogether/owner-manager-contracts": "1.1.0",
    "@pooltogether/v4-core": "1.2.0",
    "@pooltogether/v4-periphery": "1.2.0",
    "@pooltogether/v4-timelocks": "1.1.0",
    "@pooltogether/yield-source-interface": "1.3.0",
    "find": "0.3.0",
    "glob": "7.2.0"
  },
  "devDependencies": {
    "@ethersproject/hardware-wallets": "5.5.0",
    "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
    "@nomiclabs/hardhat-etherscan": "3.0.0",
    "@types/find": "0.2.1",
    "@types/node": "17.0.10",
    "chalk": "4.1.2",
    "colors": "1.4.0",
    "debug": "4.3.3",
    "ethers": "5.5.3",
    "hardhat": "2.8.3",
    "hardhat-dependency-compiler": "1.1.2",
    "hardhat-deploy": "0.9.26",
    "hardhat-deploy-ethers": "0.3.0-beta.13",
    "idx": "2.5.6",
    "luxon": "2.3.0",
    "prettier": "2.5.1",
    "ts-node": "10.4.0",
    "typescript": "4.5.5"
  },
  "files": [
    "artifacts",
    "deployments/mumbai",
    "deployments/rinkeby",
    "deployments/fuji",
    "deployments/harmony",
    "contracts.json"
  ]
}
