{
  "name": "hardhat-finder",
  "version": "3.1.2",
  "description": "Hardhat plugin to get compiler outputs of contracts",
  "repository": "github:emretepedev/hardhat-finder",
  "author": {
    "name": "Emre Tepe",
    "email": "emretepedev@gmail.com",
    "url": "https://emretepedev.github.io/"
  },
  "license": "MIT",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "keywords": [
    "ethereum",
    "smart-contracts",
    "hardhat",
    "hardhat-plugin",
    "solidity",
    "solc",
    "compiler",
    "output",
    "finder"
  ],
  "scripts": {
    "lint:fix": "tslint --fix --config tslint.json --project tsconfig.json && eslint --fix '**/{*,'',\\.}.{json,js,ts}' && prettier --write '**/{*,'',\\.}.{json,js,ts}'",
    "lint": "cspell lint --dot --gitignore '**/{*,'',\\.}{.,''}*' && tslint --config tslint.json --project tsconfig.json && eslint '**/{*,'',\\.}.{json,js,ts}' && prettier --check '**/{*,'',\\.}.{json,js,ts}'",
    "test": "mocha --exit --recursive 'test/**/*.test.ts'",
    "build": "tsc && tsc-alias",
    "watch": "tsc -w",
    "prepublishOnly": "yarn run lint && yarn run build",
    "finder": "yarn test-hardhat finder",
    "test-hardhat": "cd ./test/fixture-projects/hardhat-project/ && yarn run hardhat"
  },
  "files": [
    "dist/src/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/fs-extra": "^11.0.1",
    "@types/lodash": "^4.14.191",
    "@types/mocha": "^10.0.1",
    "@types/node": "^16.0.0",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "chai": "^4.3.7",
    "cspell": "^6.19.2",
    "eslint": "^8.32.0",
    "eslint-plugin-json": "^3.1.0",
    "hardhat": "^2.0.4",
    "mocha": "^10.2.0",
    "prettier": "^2.8.3",
    "ts-node": "^10.9.1",
    "tsc-alias": "^1.8.2",
    "tsconfig-paths": "^4.1.2",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.3.0",
    "typescript": "^4.9.4"
  },
  "peerDependencies": {
    "hardhat": "^2.0.4"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "deepmerge": "^4.2.2",
    "lodash": "^4.17.21"
  }
}
