{
  "name": "@parity/hardhat-polkadot-node",
  "author": "Parity Technologies <admin@parity.io>",
  "license": "AGPL-3.0",
  "version": "0.3.0",
  "bugs": "https://github.com/paritytech/hardhat-polkadot/issues",
  "homepage": "https://github.com/paritytech/hardhat-polkadot/tree/master/packages/hardhat-polkadot-node#readme",
  "repository": {
    "directory": "packages/hardhat-polkadot-node",
    "type": "git",
    "url": "https://github.com/paritytech/hardhat-polkadot.git"
  },
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "dependencies": {
    "axios": "1.9.0",
    "chalk": "4",
    "debug": "^4.4.0",
    "dockerode": "^4.0.9",
    "ethers": "^6.15.0",
    "fast-glob": "^3.3.3",
    "lru-cache": "^11.1.0",
    "polkadot-api": "1.15.2",
    "run-container": "^2.0.12",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.34.0",
    "@types/debug": "^4.1.12",
    "@types/dockerode": "^3.3.38",
    "@types/fs-extra": "^11.0.4",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.15.24",
    "eslint": "^9.25.1",
    "eslint-plugin-import": "^2.31.0",
    "globals": "^16.0.0",
    "prettier": "^3.5.3",
    "rimraf": "^3.0.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.31.0"
  },
  "peerDependencies": {
    "hardhat": "^2.26.0"
  },
  "scripts": {
    "build": "tsc --build .",
    "build:dev": "tsc --build . --watch",
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "prettier:check": "prettier --check '**/*.{md,yml,ts,js,json}'",
    "prettier:fix": "prettier --write '**/*.{md,yml,ts,js,json}'",
    "eslint:check": "eslint 'src/**/*.ts'",
    "eslint:fix": "eslint 'src/**/*.ts' --fix"
  }
}