{
  "name": "@eth-optimism/hardhat-deploy-config",
  "version": "0.2.6",
  "description": "[Optimism] Hardhat deploy configuration plugin",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "test:coverage": "echo 'No tests defined.'",
    "build": "tsc -p tsconfig.json",
    "clean": "rimraf dist/ ./tsconfig.tsbuildinfo",
    "lint": "yarn lint:fix && yarn lint:check",
    "pre-commit": "lint-staged",
    "lint:fix": "yarn lint:check --fix",
    "lint:check": "eslint . --max-warnings=0"
  },
  "keywords": [
    "optimism",
    "ethereum",
    "hardhat",
    "deploy",
    "config",
    "plugin"
  ],
  "homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/hardhat-deploy-config#readme",
  "license": "MIT",
  "author": "Optimism PBC",
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereum-optimism/optimism.git"
  },
  "devDependencies": {
    "ethers": "^5.7.0",
    "ts-node": "^10.9.1",
    "hardhat": "^2.9.6"
  }
}
