{
  "name": "vechain-hardhat-template",
  "version": "1.0.0",
  "main": "index.ts",
  "types": "index.ts",
  "license": "MIT",
  "scripts": {
    "compile": "npx hardhat compile",
    "deploy:hardhat": "npx hardhat run scripts/deploy --network hardhat",
    "deploy:solo": "npx hardhat run scripts/deploy --network vechain_solo",
    "deploy:testnet": "npx hardhat run scripts/deploy --network vechain_testnet",
    "deploy:mainnet": "npx hardhat run scripts/deploy --network vechain_mainnet",
    "test": "hardhat test --network hardhat",
    "test:thor-solo": "npx hardhat test --network vechain_solo",
    "test:coverage:solidity": "hardhat coverage --testfiles ./test/**/*test.ts",
    "start-solo": "docker compose up -d",
    "stop-solo": "docker compose down",
    "clean": "rm -rf dist artifacts typechain-types cache coverage",
    "lint": "eslint . --ext .ts",
    "format": "eslint . --ext .ts --fix",
    "generate-docs": "npx hardhat docgen",
    "generate-interface": "yarn hardhat gen-interface"
  },
  "dependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
    "@nomicfoundation/hardhat-ethers": "^3.0.4",
    "@nomicfoundation/hardhat-ignition": "^0.15.5",
    "@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.0",
    "@nomicfoundation/hardhat-toolbox": "^5.0.0",
    "@nomiclabs/hardhat-etherscan": "^3.0.0",
    "@nomiclabs/hardhat-truffle5": "^2.0.7",
    "@nomiclabs/hardhat-web3": "^2.0.0",
    "@openzeppelin/contracts": "5.0.2",
    "@openzeppelin/contracts-upgradeable": "5.0.2",
    "@openzeppelin/upgrades-core": "^1.32.5",
    "@typechain/hardhat": "^8.0.0",
    "@types/chai": "^4.2.0",
    "@types/mocha": ">=9.1.0",
    "@vechain/hardhat-ethers": "^0.1.9",
    "@vechain/sdk-core": "1.2.0",
    "@vechain/sdk-hardhat-plugin": "1.2.0",
    "@vechain/sdk-network": "1.2.0",
    "@vechain/sdk-wallet": "^1.0.0-beta.3",
    "@vechain/web3-providers-connex": "^1.1.2",
    "chai": "^4.2.0",
    "dayjs": "^1.11.10",
    "dotenv": "^16.4.7",
    "hardhat": "^2.19.1",
    "hardhat-contract-sizer": "^2.10.0",
    "hardhat-gas-reporter": "^1.0.8",
    "hardhat-ignore-warnings": "^0.2.11",
    "hardhat-interface-generator": "^0.0.6",
    "prettier-plugin-solidity": "^1.4.1",
    "react-slot-counter": "^2.2.5",
    "solidity-coverage": "^0.8.13",
    "solidity-docgen": "^0.6.0-beta.36",
    "ts-node": ">=8.0.0",
    "tsx": "^4.19.1",
    "typechain": "^8.1.0",
    "typescript": ">=4.5.0"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-verify": "^2.0.12",
    "@typechain/ethers-v6": "^0.4.3",
    "ethers": "^6.7.1",
    "ganache-cli": "^6.12.2",
    "hardhat": "^2.19.1"
  },
  "resolutions": {
    "@ethersproject/signing-key": "5.8.0",
    "thor-devkit": "2.1.0",
    "ethers": "5.8.0",
    "elliptic": "6.6.1",
    "pbkdf2": "3.1.3",
    "sha.js": "2.4.12",
    "base-x": "3.0.11",
    "adm-zip": "0.5.2",
    "min-document": "2.19.1",
    "brace-expansion": "2.0.2",
    "tar": "6.2.1",
    "tmp": "0.2.4",
    "@fastify/busboy": "3.2.0"
  }
}
