{
  "name": "@openzeppelin/hardhat-upgrades",
  "version": "3.9.1",
  "description": "",
  "repository": "https://github.com/OpenZeppelin/openzeppelin-upgrades",
  "license": "MIT",
  "main": "dist/index.js",
  "files": [
    "/dist",
    "/src"
  ],
  "bin": {
    "migrate-oz-cli-project": "dist/scripts/migrate-oz-cli-project.js"
  },
  "scripts": {
    "clean": "rimraf dist *.tsbuildinfo",
    "compile": "tsc -b",
    "prepare": "yarn compile",
    "test": "tsc -b && bash scripts/test.sh",
    "test:watch": "fgbg 'bash scripts/test.sh --watch' 'tsc -b --watch' --"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-ethers": "^3.0.6",
    "@nomicfoundation/hardhat-verify": "^2.0.14",
    "@openzeppelin/contracts": "5.3.0",
    "@openzeppelin/contracts-upgradeable": "5.3.0",
    "@types/mocha": "^7.0.2",
    "ava": "^6.0.0",
    "fgbg": "^0.1.4",
    "hardhat": "^2.24.1",
    "promisified": "^0.5.0",
    "proxyquire": "^2.1.3",
    "rimraf": "^5.0.0",
    "sinon": "^20.0.0"
  },
  "dependencies": {
    "@openzeppelin/defender-sdk-base-client": "^2.1.0",
    "@openzeppelin/defender-sdk-deploy-client": "^2.1.0",
    "@openzeppelin/defender-sdk-network-client": "^2.1.0",
    "@openzeppelin/upgrades-core": "^1.41.0",
    "chalk": "^4.1.0",
    "debug": "^4.1.1",
    "ethereumjs-util": "^7.1.5",
    "proper-lockfile": "^4.1.1",
    "undici": "^6.11.1"
  },
  "peerDependencies": {
    "@nomicfoundation/hardhat-ethers": "^3.0.6",
    "@nomicfoundation/hardhat-verify": "^2.0.14",
    "ethers": "^6.6.0",
    "hardhat": "^2.24.1"
  },
  "peerDependenciesMeta": {
    "@nomicfoundation/hardhat-verify": {
      "optional": true
    }
  }
}
