{
  "name": "@dgrlabs/hardhat-etherscan",
  "version": "2.1.91",
  "description": "Hardhat plugin for verifying contracts on etherscan",
  "repository": "github:mrdhanz/hardhat",
  "homepage": "https://github.com/mrdhanz/hardhat/tree/master/packages/hardhat-etherscan",
  "author": "Nomic Labs LLC",
  "contributors": [
    "Nomic Labs LLC",
    "Marin Petrunić <marin@nodefactory.io>",
    "DGR Labs"
  ],
  "license": "MIT",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "keywords": [
    "ethereum",
    "smart-contracts",
    "hardhat",
    "hardhat-plugin",
    "etherscan"
  ],
  "scripts": {
    "lint": "yarn prettier --check && yarn eslint",
    "lint:fix": "yarn prettier --write && yarn eslint --fix",
    "eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
    "prettier": "prettier \"**/*.{js,md,json}\"",
    "test": "mocha --recursive \"test/**/*.ts\" --exit",
    "build": "tsc --build .",
    "clean": "rimraf dist"
  },
  "files": [
    "dist/src/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@ethersproject/abi": "^5.1.2",
    "@ethersproject/address": "^5.0.2",
    "cbor": "^5.0.2",
    "debug": "^4.1.1",
    "fs-extra": "^7.0.1",
    "node-fetch": "^2.6.0",
    "semver": "^6.3.0"
  },
  "devDependencies": {
    "@dgrlabs/hardhat-ethers": "^2.0.4",
    "@types/cbor": "^5.0.1",
    "@types/chai": "^4.2.0",
    "@types/fs-extra": "^5.1.0",
    "@types/mocha": "^9.0.0",
    "@types/node": "^12.0.0",
    "@types/node-fetch": "^2.3.7",
    "@types/semver": "^6.0.2",
    "@typescript-eslint/eslint-plugin": "4.29.2",
    "@typescript-eslint/parser": "4.29.2",
    "chai": "^4.2.0",
    "eslint": "^7.29.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.24.1",
    "eslint-plugin-prettier": "3.4.0",
    "ethers": "^5.0.8",
    "hardhat": "^2.0.4",
    "mocha": "^7.2.0",
    "nock": "^13.0.5",
    "prettier": "2.4.1",
    "rimraf": "^3.0.2",
    "ts-node": "^8.1.0",
    "typescript": "~4.5.2"
  },
  "peerDependencies": {
    "hardhat": "^2.0.4"
  }
}
