{
  "name": "@nomicfoundation/hardhat-toolbox",
  "version": "6.1.2",
  "description": "Nomic Foundation's recommended bundle of Hardhat plugins (ethers based)",
  "repository": {
    "type": "git",
    "url": "https://github.com/NomicFoundation/hardhat",
    "directory": "packages/hardhat-toolbox"
  },
  "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-toolbox",
  "author": "Nomic Foundation",
  "contributors": [
    "Nomic Foundation"
  ],
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "ethereum",
    "smart-contracts",
    "hardhat",
    "hardhat-plugin",
    "hardhat-ethers"
  ],
  "files": [
    "src/",
    "*.d.ts",
    "*.d.ts.map",
    "*.js",
    "*.js.map",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "^2.1.1",
    "@nomicfoundation/hardhat-ethers": "^3.1.3",
    "@nomicfoundation/hardhat-ignition-ethers": "^0.15.15",
    "@nomicfoundation/hardhat-network-helpers": "^1.1.1",
    "@nomicfoundation/hardhat-verify": "^2.1.2",
    "@typechain/ethers-v6": "^0.5.0",
    "@typechain/hardhat": "^9.0.0",
    "@types/chai": "^4.2.0",
    "@types/mocha": ">=9.1.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "5.61.0",
    "@typescript-eslint/parser": "5.61.0",
    "chai": "^4.4.1",
    "eslint": "^8.44.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-mocha": "10.4.1",
    "eslint-plugin-prettier": "3.4.0",
    "ethers": "^6.14.0",
    "hardhat": "^2.28.0",
    "hardhat-gas-reporter": "^2.3.0",
    "mocha": "^10.0.0",
    "prettier": "2.4.1",
    "rimraf": "^3.0.2",
    "solidity-coverage": "^0.8.17",
    "ts-node": "^10.8.0",
    "typechain": "^8.3.1",
    "typescript": "~5.0.0",
    "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "^1.0.2",
    "@nomicfoundation/eslint-plugin-slow-imports": "^1.0.0"
  },
  "peerDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
    "@nomicfoundation/hardhat-ethers": "^3.1.3",
    "@nomicfoundation/hardhat-ignition-ethers": "^0.15.14",
    "@nomicfoundation/hardhat-network-helpers": "^1.1.0",
    "@nomicfoundation/hardhat-verify": "^2.1.0",
    "@typechain/ethers-v6": "^0.5.0",
    "@typechain/hardhat": "^9.0.0",
    "@types/chai": "^4.2.0",
    "@types/mocha": ">=9.1.0",
    "@types/node": ">=20.0.0",
    "chai": "^4.2.0",
    "ethers": "^6.14.0",
    "hardhat": "^2.28.0",
    "hardhat-gas-reporter": "^2.3.0",
    "solidity-coverage": "^0.8.17",
    "ts-node": ">=8.0.0",
    "typechain": "^8.3.0",
    "typescript": ">=4.5.0"
  },
  "bugs": {
    "url": "https://github.com/nomicfoundation/hardhat/issues"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "lint": "pnpm prettier --check && pnpm eslint",
    "lint:fix": "pnpm prettier --write && pnpm eslint --fix",
    "eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
    "prettier": "prettier \"**/*.{js,md,json}\"",
    "pretest": "cd ../.. && pnpm build",
    "test": "mocha --recursive \"test/**/*.ts\" --exit",
    "build": "tsc --build .",
    "clean": "rimraf dist *.{d.ts,js}{,.map} build-test tsconfig.tsbuildinfo"
  }
}