{
  "name": "@lazysuperheroes/lazy-lotto",
  "version": "1.4.1",
  "description": "LazyLotto and LazyTradeLotto lottery systems on Hedera - ABIs and CLI tools",
  "main": "index.js",
  "sideEffects": false,
  "bin": {
    "lazy-lotto": "cli/index.js"
  },
  "files": [
    "index.js",
    "abi/",
    "cli/",
    "utils/",
    "docs/MULTISIG_USER_GUIDE.md",
    "docs/MULTISIG_DEVELOPER_GUIDE.md",
    "docs/MULTISIG_SECURITY.md",
    "LazyLotto-BUSINESS_LOGIC.md",
    "LazyTradeLotto-BUSINESS_LOGIC.md",
    "LazyLotto-UX_IMPLEMENTATION_GUIDE.md",
    "LazyTradeLotto-UX_IMPLEMENTATION_GUIDE.md"
  ],
  "keywords": [
    "hedera",
    "lottery",
    "blockchain",
    "smart-contracts",
    "hts",
    "nft",
    "web3"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lazysuperheroes/hedera-SC-lazy-lotto.git"
  },
  "homepage": "https://github.com/lazysuperheroes/hedera-SC-lazy-lotto#readme",
  "bugs": {
    "url": "https://github.com/lazysuperheroes/hedera-SC-lazy-lotto/issues"
  },
  "scripts": {
    "test": "npx hardhat test",
    "test-trade-lotto": "npx hardhat test test/LazyTradeLotto.test.js",
    "test-lotto": "npx hardhat test test/LazyLotto.test.js",
    "test-lotto-pool-manager": "npx hardhat test test/LazyLottoPoolManager.test.js",
    "test-lazy": "npx hardhat test test/LAZYTokenCreator.test.js",
    "test-delegate": "npx hardhat test test/LazyDelegateRegistry.test.js",
    "build:abis": "node scripts/build-abis.js",
    "prepublishOnly": "node scripts/build-abis.js"
  },
  "author": "Stowerling <stowerling@hbarbarians.co.uk>",
  "contributors": [
    "Baptiste <lazysuperheroes@protonmail.com>"
  ],
  "license": "ISC",
  "devDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
    "@nomicfoundation/hardhat-ethers": "^3.0.4",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.9",
    "@nomicfoundation/hardhat-verify": "^1.1.1",
    "@typechain/ethers-v6": "^0.5.0",
    "@typechain/hardhat": "^9.0.0",
    "@types/chai": "^4.3.4",
    "eslint": "^9.5",
    "hardhat": "^2.22.7",
    "hardhat-gas-reporter": "^1.0.9",
    "prettier": "^2.5.1",
    "solidity-coverage": "^0.8.5"
  },
  "dependencies": {
    "@directus/sdk": "^15",
    "@hashgraph/sdk": "^2.18.3",
    "@lazysuperheroes/hedera-multisig": "^2.0.0",
    "@nomicfoundation/hardhat-toolbox": "^3.0.0",
    "@openzeppelin/contracts": "^4.6.0",
    "abi-decoder": "^2.4.0",
    "axios": "^1.5.0",
    "chai": "^4.3.6",
    "chalk": "^4.1.2",
    "dotenv": "^16.0.3",
    "ethers": "^6.7.1",
    "hardhat-contract-sizer": "^2.10.0",
    "hardhat-docgen": "^1.3.0",
    "readline-sync": "^1.4.10",
    "solhint": "6"
  }
}
