{
  "name": "wormhole-solidity-sdk",
  "version": "0.8.4",
  "description": "",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ndujaLabs/wormhole-solidity-sdk.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "keywords": [
    "solidity",
    "ethereum",
    "smart-contracts",
    "bridge",
    "wormhole"
  ],
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@nomiclabs/hardhat-waffle": "^2.0.6",
    "case": "^1.6.3",
    "chai": "^4.3.10",
    "dotenv": "^16.3.1",
    "ethereum-waffle": "^4.0.10",
    "ethers": "^5.7.2",
    "fs-extra": "^11.1.1",
    "hardhat": "^2.19.1",
    "rimraf": "^5.0.5",
    "typescript": "^5.3.3"
  },
  "scripts": {
    "test": "echo \"No test needed in this wrapper\"",
    "clean": "rimraf artifacts cache coverage coverage.json",
    "compile": "npx hardhat compile",
    "build": "bin/build.sh"
  }
}