{
  "name": "hardhat-helpers",
  "version": "0.1.76",
  "description": "Test helpers for Hardhat.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "yarn typechain && tsc",
    "lint": "yarn lint:prettier && yarn lint:eslint && cd test && yarn lint",
    "lint:prettier": "prettier --write \"**/*.{json,md,sol,yml,ts}\"",
    "lint:eslint": "eslint --fix --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .ts .",
    "manifest": "npm pack --dry-run --json | ts-node scripts/writeManifest.ts",
    "prepPublish": "rm -rf ./dist && yarn && yarn build && cd test && yarn && yarn build && yarn test && yarn testScript && cd .. && yarn manifest",
    "typechain": "typechain --target ethers-v5 --out-dir ./src/typechain ./abis/**/*.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HardlyDifficult/hardhat-helpers.git"
  },
  "author": "HardlyDifficult",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HardlyDifficult/hardhat-helpers/issues"
  },
  "homepage": "https://github.com/HardlyDifficult/hardhat-helpers#readme",
  "devDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "1.0.6",
    "@nomicfoundation/hardhat-network-helpers": "1.0.11",
    "@nomicfoundation/hardhat-toolbox": "2.0.2",
    "@nomiclabs/hardhat-ethers": "2.2.3",
    "@nomiclabs/hardhat-etherscan": "3.1.8",
    "@openzeppelin/contracts": "5.0.2",
    "@typechain/ethers-v5": "10.2.1",
    "@typechain/hardhat": "6.1.6",
    "@types/chai": "4.3.11",
    "@types/debug": "4.1.12",
    "@types/mocha": "10.0.6",
    "@types/readable-stream": "4.0.14",
    "@typescript-eslint/eslint-plugin": "5.62.0",
    "@typescript-eslint/parser": "5.62.0",
    "chai": "4.4.1",
    "eslint": "8.57.0",
    "eslint-plugin-no-only-tests": "3.1.0",
    "eslint-plugin-simple-import-sort": "12.1.0",
    "ethers": "5.7.2",
    "fs": "0.0.1-security",
    "hardhat": "2.19.5",
    "hardhat-gas-reporter": "1.0.10",
    "hardhat-tracer": "2.7.0",
    "mocha": "10.4.0",
    "prettier": "3.3.2",
    "prettier-plugin-solidity": "1.3.1",
    "solhint": "5.0.1",
    "solidity-coverage": "0.8.12",
    "ts-node": "10.9.2",
    "tsc": "2.0.4",
    "typechain": "8.3.2",
    "typescript": "5.4.5"
  },
  "peerDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
    "chai": "^4.3.0",
    "ethers": "^5.6.0",
    "hardhat": "^2.0.0"
  }
}