{
  "name": "omni-bridge",
  "version": "0.1.0",
  "description": "OmniBridge contracts for the EVM",
  "license": "MIT",
  "dependencies": {
    "@openzeppelin/contracts": "^5.1.0",
    "@openzeppelin/contracts-upgradeable": "^5.1.0",
    "prettier": "^3.3.3",
    "prettier-plugin-solidity": "^1.4.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
    "@nomicfoundation/hardhat-ethers": "^3.0.6",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.12",
    "@nomicfoundation/hardhat-verify": "^2.1.1",
    "@openzeppelin/hardhat-upgrades": "^3.9.1",
    "@typechain/ethers-v6": "^0.5.1",
    "@typechain/hardhat": "^9.1.0",
    "@types/chai": "4",
    "@types/elliptic": "^6.4.18",
    "@types/mocha": "^10.0.9",
    "@types/node": "^22.9.0",
    "borsh": "^2.0.0",
    "chai": "4",
    "dotenv": "^16.4.5",
    "ethers": "^6.13.4",
    "hardhat": "^2.22.16",
    "hardhat-storage-layout": "^0.1.7",
    "solidity-coverage": "^0.8.13",
    "ts-node": "^10.9.2",
    "typechain": "^8.3.2",
    "typescript": "^5.7.2",
    "bs58": "^6.0.0"
  },
  "scripts": {
    "build": "yarn hardhat compile",
    "testrpc": "",
    "test": "yarn hardhat test",
    "coverage": "yarn hardhat coverage",
    "lint:js": "biome check",
    "lint:js:fix": "biome check --write",
    "lint": "prettier --list-different --plugin=prettier-plugin-solidity '**/*.sol'",
    "lint:fix": "prettier --write --plugin=prettier-plugin-solidity '**/*.sol'"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
