{
  "name": "deployment-tool",
  "version": "0.1.6",
  "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": {
    "lint:fix": "prettier --write src/**/*.{js,ts} && tslint --fix --config tslint.json --project tsconfig.json",
    "lint": "tslint --config tslint.json --project tsconfig.json",
    "prepublishOnly": "tsc --project tsconfig.prod.json",
    "build": "npx awesome-readme && tsc --project tsconfig.prod.json",
    "watch": "tsc -w"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.2",
    "@nomiclabs/hardhat-etherscan": "^3.1.5",
    "@openzeppelin/hardhat-upgrades": "^1.22.1",
    "@types/inquirer": "^9.0.3",
    "@types/node": "^18.15.11",
    "awesome-readme": "^0.0.8",
    "hardhat": "^2.12.6",
    "prettier": "^2.8.3",
    "ts-node": "^10.9.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.3.0",
    "typescript": "^5.0.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": "^8.2.5"
  }
}
