{
  "name": "hardhat-deploy-ethers",
  "version": "0.3.0-beta.11",
  "description": "Hardhat plugin for ethers that plays well with hardhat-deploy",
  "homepage": "https://github.com/wighawag/hardhat-deploy-ethers",
  "repository": "github:wighawag/hardhat-deploy-ethers",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/src/internal/index.js",
  "types": "dist/src/internal/index.d.ts",
  "keywords": [
    "ethereum",
    "smart-contracts",
    "hardhat",
    "hardhat-plugin",
    "hardhat-deploy",
    "ethers.js"
  ],
  "files": [
    "dist/src/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@changesets/cli": "^2.16.0",
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@typechain/ethers-v5": "^7.0.1",
    "@typechain/hardhat": "^2.0.2",
    "@types/chai": "^4.2.18",
    "@types/fs-extra": "^9.0.11",
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.12.2",
    "chai": "^4.3.4",
    "detect-port": "^1.3.0",
    "ethers": "^5.3.0",
    "ganache-cli": "^6.12.2",
    "hardhat": "^2.3.0",
    "hardhat-deploy": "^0.9.2",
    "mocha": "^9.0.0",
    "prettier": "^2.3.1",
    "rimraf": "^3.0.2",
    "source-map-support": "^0.5.19",
    "ts-generator": "^0.1.1",
    "ts-node": "^10.0.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "tslint-consistent-codestyle": "^1.16.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typechain": "^5.0.0",
    "typescript": "^4.3.2"
  },
  "peerDependencies": {
    "ethers": "^5.0.0",
    "hardhat": "^2.0.0"
  },
  "scripts": {
    "prepare": "cd test/fixture-projects/hardhat-project/ && ts-node run-typechain.js && rimraf typechain/hardhat.d.ts",
    "lint:fix": "prettier --write src/**/*.{js,ts} test/**/*.{js,ts} && yarn lint --fix",
    "lint": "tslint --config tslint.json --project tsconfig.json",
    "test": "mocha --recursive \"test/index.ts\" --exit",
    "build": "tsc",
    "clean": "rimraf dist"
  }
}
