{
  "name": "@klaytn/hardhat-utils",
  "version": "0.0.17",
  "description": "Hardhat utility tasks",
  "repository": "github:klaytn/hardhat-utils",
  "author": "",
  "license": "MIT",
  "keywords": [
    "ethereum",
    "smart-contracts",
    "hardhat",
    "hardhat-plugin"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./helpers": {
      "types": "./dist/helpers/index.d.ts",
      "default": "./dist/helpers/index.js"
    },
    "./helpers/*": {
      "types": "./dist/helpers/*.d.ts",
      "default": "./dist/helpers/*.js"
    },
    "./tasks": {
      "types": "./dist/tasks/index.d.ts",
      "default": "./dist/tasks/index.js"
    },
    "./tasks/*": {
      "types": "./dist/tasks/*.d.ts",
      "default": "./dist/tasks/*.js"
    }
  },
  "scripts": {
    "lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json",
    "lint": "tslint --config tslint.json --project tsconfig.json",
    "test": "mocha --exit --recursive 'test/**/*.test.ts'",
    "build:fixtures": "shx mkdir -p dist && shx cp -r fixtures dist/",
    "build": "tsc && npm run build:fixtures",
    "watch": "tsc -w",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@types/chai": "^4.1.7",
    "@types/fs-extra": "^5.0.4",
    "@types/lodash": "^4.14.191",
    "@types/mocha": "^5.2.6",
    "@types/node": "^8.10.38",
    "@types/readline-sync": "^1.4.4",
    "chai": "^4.2.0",
    "hardhat": "^2.17.1",
    "hardhat-deploy": "0.11.44",
    "mocha": "^10.2.0",
    "prettier": "2.0.5",
    "shx": "^0.3.4",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^4.9.0"
  },
  "peerDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "hardhat": "^2.17.1",
    "hardhat-deploy": "^0.11.44"
  },
  "dependencies": {
    "@klaytn/js-ext-core": "^0.9.8-beta",
    "lodash": "^4.17.21",
    "readline-sync": "^1.4.10"
  }
}
