{
  "name": "solidity",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "compile": "sh ./bin/compile.sh",
    "test": "sh ./bin/test.sh"
  },
  "engines": {
    "node": ">=12.20.0"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
    "@types/chai-as-promised": "^7.1.8",
    "hardhat": "^2.22.3",
    "viem": "^2.10.2"
  }
}
