{
  "name": "@ignored/hardhat-vnext",
  "version": "2.0.0",
  "description": "Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.",
  "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat",
  "repository": "github:nomicfoundation/hardhat",
  "author": "Nomic Foundation",
  "license": "MIT",
  "type": "module",
  "types": "dist/src/index.d.ts",
  "bin": {
    "hardhat": "./dist/src/cli.js"
  },
  "exports": {
    ".": "./dist/src/index.js",
    "./config": "./dist/src/config.js",
    "./hre": "./dist/src/hre.js",
    "./types/common": "./dist/src/types/common.js",
    "./types/config": "./dist/src/types/config.js",
    "./types/global-options": "./dist/src/types/global-options.js",
    "./types/hooks": "./dist/src/types/hooks.js",
    "./types/hre": "./dist/src/types/hre.js",
    "./types/plugins": "./dist/src/types/plugins.js",
    "./types/tasks": "./dist/src/types/tasks.js",
    "./types/user-interruptions": "./dist/src/types/user-interruptions.js",
    "./types/utils": "./dist/src/types/utils.js"
  },
  "keywords": [
    "ethereum",
    "smart-contracts",
    "hardhat"
  ],
  "files": [
    "dist/src/",
    "src/",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
    "@ignored/hardhat-vnext-node-test-reporter": "^2.0.0",
    "@types/node": "^20.14.9",
    "@typescript-eslint/eslint-plugin": "^7.7.1",
    "@typescript-eslint/parser": "^7.7.1",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-no-only-tests": "3.1.0",
    "expect-type": "^0.19.0",
    "prettier": "3.2.5",
    "rimraf": "^5.0.5",
    "typescript": "~5.4.0",
    "typescript-eslint": "7.7.1",
    "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "^1.0.2",
    "@nomicfoundation/eslint-plugin-slow-imports": "^1.0.0"
  },
  "dependencies": {
    "@ignored/hardhat-vnext-core": "^2.0.0",
    "@ignored/hardhat-vnext-errors": "^2.0.0",
    "@ignored/hardhat-vnext-utils": "^2.0.0",
    "@ignored/hardhat-vnext-zod-utils": "^2.0.0",
    "chalk": "^5.3.0",
    "tsx": "^4.11.0",
    "zod": "^3.23.8"
  },
  "scripts": {
    "lint": "pnpm prettier --check && pnpm eslint",
    "lint:fix": "pnpm prettier --write && pnpm eslint --fix",
    "eslint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "prettier": "prettier \"**/*.{ts,js,md,json}\"",
    "test": "node --import tsx/esm --test --test-reporter=@ignored/hardhat-vnext-node-test-reporter \"test/!(fixture-projects|helpers)/**/*.ts\"",
    "test:only": "node --import tsx/esm --test --test-only --test-reporter=@ignored/hardhat-vnext-node-test-reporter \"test/!(fixture-projects|helpers)/**/*.ts\"",
    "pretest": "pnpm build",
    "build": "tsc --build .",
    "clean": "rimraf dist"
  }
}