{
  "name": "cyberia-hardhat",
  "version": "3.3.0",
  "type": "module",
  "description": "Hardhat project for Cyberia Online ObjectLayerToken (ERC-1155) on Hyperledger Besu",
  "private": true,
  "scripts": {
    "compile": "hardhat build",
    "test": "hardhat test",
    "deploy:ibft2": "hardhat run scripts/deployObjectLayerToken.js --network besu-ibft2",
    "deploy:qbft": "hardhat run scripts/deployObjectLayerToken.js --network besu-qbft",
    "deploy:k8s": "hardhat run scripts/deployObjectLayerToken.js --network besu-k8s",
    "deploy:local": "hardhat run scripts/deployObjectLayerToken.js --network hardhat",
    "clean": "hardhat clean",
    "coverage": "hardhat build && hardhat test --coverage",
    "audit": "npm audit --audit-level=moderate",
    "audit:signatures": "npm audit signatures",
    "fix": "npm audit fix",
    "fix:force": "npm audit fix --force"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-toolbox-viem": "^5.0.7",
    "chai": "^6.2.2",
    "hardhat": "~3.13.0"
  },
  "dependencies": {
    "@openzeppelin/contracts": "~5.6.1",
    "dotenv": "~17.4.2",
    "fs-extra": "~11.4.0"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "overrides": {
    "adm-zip": ">=0.6.0",
    "serialize-javascript": "7.0.5",
    "diff": ">=8.0.3",
    "elliptic": ">=6.6.1",
    "lodash-es": "4.18.1",
    "ws": ">=8.21.0",
    "undici": "6.28.0"
  }
}
