{
  "name": "dgf-prototype",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "hardhat test",
    "automatic-staking-local": "hardhat run --network localhost scripts/automatic-staking.js",
    "automatic-staking-sepolia": "API_URL='https://demo.dgov.io/api' CA_PATH='' hardhat run --network sepolia scripts/automatic-staking.js",
    "deploy-local": "hardhat run --network localhost scripts/deploy.js",
    "deploy-sepolia": "hardhat run --network sepolia scripts/deploy.js",
    "deploy-dao-mainnet": "hardhat run --network mainnet scripts/deploy-dao.js",
    "deploy-work-contracts-local": "hardhat run --network localhost scripts/deploy-work-contracts.js",
    "deploy-work-contracts-sepolia": "hardhat run --network sepolia scripts/deploy-work-contracts.js",
    "verify-sepolia": "hardhat run --network sepolia scripts/verify.js"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@metamask/eth-sig-util": "^7.0.1",
    "@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
    "@nomicfoundation/hardhat-toolbox": "^4.0.0",
    "@nomicfoundation/hardhat-verify": "^2.0.5",
    "@openzeppelin/contracts": "^5.0.2",
    "axios": "^1.6.8",
    "chai": "^4.4.1",
    "dotenv": "^16.4.5",
    "eslint": "^8.57.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-chai-friendly": "^0.7.4",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-react": "^7.34.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "hardhat": "^2.20.1",
    "mocha": "^10.3.0",
    "object-hash": "^3.0.0",
    "prettier": "^3.2.5",
    "prettier-plugin-solidity": "^1.3.1"
  }
}