{
  "name": "@gooddollar/bridge-contracts",
  "version": "1.2.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test-coverage": "hardhat coverage",
    "build": "hardhat compile",
    "test": "hardhat test",
    "updateabi": "find ./artifacts/contracts/ -iregex '.*/[a-z]*.json' -exec cp \"{}\" ../bridge-app/src/abi \\;",
    "start:dev": "hardhat node & yarn build && yarn updateabi && hardhat run scripts/deployDevEnv.ts --network localhost",
    "mpb:deploy": "hardhat deploy --export-all ./release/mpb.json"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "files": [
    "contracts",
    "artifacts/contracts/**",
    "typechain-types/contracts/**",
    "release",
    "deployments"
  ],
  "devDependencies": {
    "@axelar-network/axelar-gmp-sdk-solidity": "^3.6.1",
    "@axelar-network/axelarjs-sdk": "^0.13.6",
    "@gooddollar/goodprotocol": "2.0.34-beta.4",
    "@layerzerolabs/scan-client": "^0.0.6",
    "@layerzerolabs/solidity-examples": "^0.0.13",
    "@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.6",
    "@nomicfoundation/hardhat-verify": "^2.1.0",
    "@nomiclabs/hardhat-ethers": "^2.1.1",
    "@nomiclabs/hardhat-waffle": "^2.0.3",
    "@openzeppelin/contracts": "^4.4.1",
    "@openzeppelin/contracts-upgradeable": "^4.7.3",
    "@openzeppelin/hardhat-upgrades": "^1.21.0",
    "@resolver-engine/core": "^0.3.3",
    "@typechain/ethers-v5": "^10.1.0",
    "@typechain/hardhat": "^6.1.2",
    "@types/chai": "^4.3.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.7.16",
    "chai": "^4.3.6",
    "dotenv": "^16.3.1",
    "eth-proof": "^2.1.6",
    "ethereum-waffle": "^3.4.4",
    "ethers": "^5.*",
    "hardhat": "2.*",
    "hardhat-contract-sizer": "^2.6.1",
    "hardhat-deploy": "0.11.44",
    "hardhat-gas-reporter": "^1.0.9",
    "merkle-patricia-tree": "^2.*",
    "prettier": "^2.5.1",
    "prettier-plugin-solidity": "^1.0.0-beta.19",
    "prompt": "^1.3.0",
    "solidity-coverage": "^0.8.2",
    "solidity-rlp": "^2.0.5",
    "truffle": "^5.7.3",
    "truffle-plugin-verify": "^0.6.1",
    "ts-node": "^10.9.1",
    "typechain": "^8.1.0",
    "typescript": "^5.2.2"
  }
}
