{
  "name": "@hyperlane-xyz/helloworld",
  "version": "35.2.0",
  "description": "A basic skeleton of an Hyperlane app",
  "keywords": [
    "HelloWorld",
    "Hyperlane",
    "Solidity",
    "Typescript"
  ],
  "homepage": "https://www.hyperlane.xyz",
  "license": "Apache-2.0",
  "repository": "https://github.com/hyperlane-xyz/hyperlane-monorepo",
  "files": [
    "/dist",
    "/contracts"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": "./dist/index.js",
  "dependencies": {
    "@hyperlane-xyz/registry": "24.3.0",
    "@openzeppelin/contracts": "^4.9.3",
    "@openzeppelin/contracts-upgradeable": "^4.9.3",
    "@solana/web3.js": "^1.98.4",
    "borsh": "^0.7.0",
    "ethers": "^5.8.0",
    "@hyperlane-xyz/core": "11.3.1",
    "@hyperlane-xyz/sdk": "35.2.0",
    "@hyperlane-xyz/utils": "35.2.0"
  },
  "devDependencies": {
    "@ethereum-waffle/chai": "^4.0.10",
    "@ethersproject/abi": "*",
    "@ethersproject/providers": "*",
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@nomiclabs/hardhat-waffle": "^2.0.6",
    "@typechain/ethers-v5": "^11.1.2",
    "@typechain/ethers-v6": "^0.5.1",
    "@typechain/hardhat": "^9.1.0",
    "@types/chai": "^4.3.11",
    "@types/chai-as-promised": "^8",
    "@types/mocha": "^10.0.1",
    "@types/node": "^24.10.9",
    "chai": "^4.5.0",
    "chai-as-promised": "^8.0.1",
    "ethereum-waffle": "^4.0.10",
    "hardhat": "^2.22.2",
    "hardhat-gas-reporter": "^1.0.9",
    "prettier": "^3.8.1",
    "prettier-plugin-solidity": "^1.4.2",
    "solhint": "^5.0.5",
    "solhint-plugin-prettier": "^0.1.0",
    "solidity-coverage": "^0.8.3",
    "ts-node": "^10.9.2",
    "tsx": "^4.19.1",
    "typechain": "8.3.2",
    "typescript": "6.0.2"
  },
  "peerDependencies": {
    "@ethersproject/abi": "*",
    "@ethersproject/providers": "*",
    "@types/sinon-chai": "*"
  },
  "scripts": {
    "build": "pnpm hardhat-esm clean && pnpm hardhat-esm compile && pnpm exec tsc",
    "clean": "pnpm hardhat-esm clean && rm -rf dist cache src/types",
    "coverage": "pnpm hardhat-esm coverage",
    "lint": "solhint contracts/**/*.sol",
    "hardhat-esm": "NODE_OPTIONS='--import tsx/esm' hardhat --config hardhat.config.cts",
    "format": "oxfmt --write ./src && prettier --write ./contracts",
    "test": "pnpm hardhat-esm test $(find ./src/test -name '*.test.ts')",
    "test:ci": "pnpm test"
  }
}