{
  "name": "hardhat-packager",
  "description": "Hardhat plugin for preparing the contract artifacts and the TypeChain bindings for registry deployment",
  "version": "1.4.2",
  "author": {
    "name": "Paul Razvan Berg",
    "url": "https://github.com/paulrberg"
  },
  "bugs": {
    "url": "https://github.com/paulrberg/hardhat-packager/issues"
  },
  "dependencies": {
    "@typechain/hardhat": "^6.0.0",
    "fs-extra": "^10.0.1",
    "hardhat": "^2.9.2",
    "tempy": "1.0.1",
    "typechain": "^8.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^16.2.3",
    "@commitlint/config-conventional": "^16.2.1",
    "@ethersproject/abi": "^5.6.0",
    "@ethersproject/bytes": "^5.6.1",
    "@ethersproject/providers": "^5.6.2",
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@trivago/prettier-plugin-sort-imports": "^3.2.0",
    "@typechain/ethers-v5": "^10.0.0",
    "@types/fs-extra": "^9.0.13",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.23",
    "@typescript-eslint/eslint-plugin": "^5.17.0",
    "@typescript-eslint/parser": "^5.17.0",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0",
    "earljs": "^0.2.3",
    "eslint": "^8.12.0",
    "eslint-config-prettier": "^8.5.0",
    "ethers": "^5.6.2",
    "husky": "^7.0.4",
    "lint-staged": "^12.3.7",
    "lodash": "^4.17.21",
    "mocha": "^9.2.2",
    "nyc": "^15.1.0",
    "pinst": "^3.0.0",
    "prettier": "^2.6.1",
    "shx": "^0.3.4",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.3"
  },
  "files": [
    "/dist/**/*.d.ts",
    "/dist/**/*.d.ts.map",
    "/dist/**/*.js",
    "/dist/**/*.js.map",
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/paulrberg/hardhat-packager#readme",
  "keywords": [
    "bindings",
    "blockchain",
    "ethereum",
    "hardhat",
    "hardhat-plugin",
    "smart-contracts",
    "typechain",
    "typescript"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "packageManager": "yarn@3.2.2",
  "peerDependencies": {
    "@typechain/hardhat": "6.x",
    "hardhat": "2.x",
    "lodash": "4.x",
    "typechain": "8.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/paulrberg/hardhat-packager"
  },
  "scripts": {
    "build": "tsc --project \"./tsconfig.prod.json\"",
    "clean": "shx rm -rf ./.nyc_output ./coverage ./dist ./coverage.json ./tsconfig.prod.tsbuildinfo",
    "coverage": "yarn nyc --nycrc-path ./.nycrc.yml mocha",
    "lint": "yarn lint:ts && yarn prettier:check && yarn typecheck",
    "lint:ts": "eslint --config \"./.eslintrc.yml\" --ignore-path \"./.eslintignore\" --ext .js,.ts .",
    "_postinstall": "husky install",
    "postpublish": "pinst --enable",
    "prepack": "yarn build",
    "prepublishOnly": "pinst --disable",
    "prettier": "prettier --config \"./.prettierrc.yml\" --ignore-path \"./.prettierignore\" --write \"**/*.{js,json,md,ts,yml}\"",
    "prettier:check": "prettier --check --config \"./.prettierrc.yml\" --ignore-path \"./.prettierignore\" \"**/*.{js,json,md,ts,yml}\"",
    "test": "mocha --config \"./.mocharc.yml\"",
    "typecheck": "tsc --incremental false --noEmit"
  },
  "types": "./dist/index.d.ts"
}
