{
  "name": "deployment-tool",
  "version": "0.1.7",
  "description": "Tool to deploy and upgrade contracts on Ethereum Mainnet",
  "repository": "https://github.com/marc-aurele-besner/deployment-tool.git",
  "author": "Marc-Aurele Besner <82244926+marc-aurele-besner@users.noreply.github.com>",
  "license": "MIT",
  "main": "dist/index",
  "typings": "dist/index",
  "bin": {
    "deployment-tool": "./index.ts"
  },
  "bugs": {
    "url": "https://github.com/marc-aurele-besner/deployment-tool/issues"
  },
  "types": "dist/index.d.ts",
  "keywords": [
    "solidity",
    "ethereum",
    "hardhat",
    "mainnet",
    "deployment",
    "upgrade",
    "smart-contract"
  ],
  "files": [
    "dist/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "format": "prettier --write \"src/**/*.{js,ts}\" \"test/**/*.{js,ts}\"",
    "format:check": "prettier --check \"src/**/*.{js,ts}\" \"test/**/*.{js,ts}\"",
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint:fix": "eslint --fix \"src/**/*.ts\" \"test/**/*.ts\" && prettier --write \"src/**/*.{js,ts}\" \"test/**/*.{js,ts}\"",
    "prepublishOnly": "tsc --project tsconfig.prod.json",
    "build": "npx awesome-readme && tsc --project tsconfig.prod.json",
    "watch": "tsc -w",
    "test": "hardhat test",
    "compile": "hardhat compile"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.5",
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@nomiclabs/hardhat-etherscan": "^3.1.8",
    "@openzeppelin/hardhat-upgrades": "^1.22.1",
    "@types/chai": "^5.2.3",
    "@types/node": "^20.19.43",
    "@typescript-eslint/eslint-plugin": "^8.64.0",
    "@typescript-eslint/parser": "^8.64.0",
    "awesome-readme": "^0.0.8",
    "chai": "^5.3.3",
    "eslint": "^9.39.5",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.6",
    "globals": "^15.15.0",
    "hardhat": "^2.28.6",
    "mocha": "^11.7.6",
    "prettier": "^3.9.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.64.0"
  },
  "peerDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.2",
    "@nomiclabs/hardhat-etherscan": "^3.1.5",
    "@openzeppelin/hardhat-upgrades": "^1.22.1",
    "hardhat": "^2.12.6"
  },
  "dependencies": {
    "fs": "^0.0.1-security",
    "hardhat-awesome-cli": "^0.1.4",
    "inquirer": "^14.0.2"
  }
}
