{
  "name": "hardhat",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --fix && prettier --write ."
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@ethersproject/providers": "^5.7.1",
    "@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.6",
    "@nomicfoundation/hardhat-toolbox": "^1.0.2",
    "@nomiclabs/hardhat-ethers": "2.2.2",
    "@nomiclabs/hardhat-etherscan": "^3.1.0",
    "@nomiclabs/hardhat-web3": "^2.0.0",
    "@openzeppelin/contracts": "^4.7.3",
    "@openzeppelin/test-helpers": "^0.5.16",
    "@typechain/ethers-v5": "^10.1.0",
    "@typechain/hardhat": "^6.1.3",
    "@types/chai": "^4.3.3",
    "@types/chai-subset": "^1.3.3",
    "@types/cli-color": "^2.0.2",
    "@types/mocha": "^9.1.1",
    "@types/yargs": "^17.0.17",
    "axios": "^0.27.2",
    "chai": "^4.3.6",
    "chai-subset": "^1.6.0",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-mocha": "10.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "ethers": "^5.7.1",
    "hardhat": "^2.10.1",
    "hardhat-gas-reporter": "^1.0.9",
    "hardhat-scilla-plugin": "^3.0.1",
    "husky": "^8.0.3",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "solidity-coverage": "^0.7.22",
    "ts-node": "^10.9.1",
    "typechain": "^8.1.0",
    "typescript": "^4.8.4",
    "web3": "^1.7.5"
  },
  "dependencies": {
    "@types/deep-equal-in-any-order": "^1.0.1",
    "@zilliqa-js/zilliqa": "^3.3.4",
    "cli-color": "^2.0.3",
    "deep-equal-in-any-order": "^2.0.1",
    "dotenv": "^16.0.3",
    "glob": "^8.0.3",
    "s-expression": "^3.1.1",
    "yargs": "^17.6.2"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "prettier --write"
    ]
  }
}
