{
  "name": "@nbouvier/hardhat-configs-proxy",
  "version": "0.0.11",
  "description": "Contract addresses managment for Hardhat project",
  "main": "./dist/index.js",
  "files": [
    "/dist",
    "/src"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nbouvier/hardhat-configs.git",
    "directory": "packages/hardhat-configs-proxy"
  },
  "keywords": [
    "hardhat",
    "hardhat-plugin",
    "smart-contracts",
    "config",
    "addresses",
    "proxy",
    "upgradeable"
  ],
  "author": "Nel BOUVIER",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/nbouvier/hardhat-configs/issues"
  },
  "homepage": "https://github.com/nbouvier/hardhat-configs/tree/main/packages/hardhat-configs-proxy#readme",
  "devDependencies": {
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "@nbouvier/hardhat-configs": "^0.0.12"
  },
  "peerDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.0",
    "@nomiclabs/hardhat-etherscan": "^3.1.1",
    "@openzeppelin/hardhat-upgrades": "^1.21.0",
    "ethers": "^5.7.1",
    "hardhat": "^2.10.0"
  }
}
