{
  "name": "@solidstate/hardhat-license-identifier",
  "version": "3.0.3",
  "description": "Prepend local Solidity source files with an SPDX License Identifier",
  "keywords": [
    "hardhat",
    "buidler",
    "spdx-license",
    "spdx-licenses",
    "spdx",
    "solidity",
    "solc",
    "smart-contracts",
    "ethereum",
    "blockchain",
    "wow"
  ],
  "repository": "github:solidstate-network/hardhat-license-identifier",
  "license": "MIT",
  "author": "Nick Barry",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./types": "./dist/types.js"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist/",
    "src/"
  ],
  "scripts": {
    "build": "pnpm clean && tsc --build",
    "clean": "rm -rf dist/",
    "prepare": "husky",
    "prepublishOnly": "pnpm build",
    "prettier": "prettier --write .",
    "test": "pnpm clean && tsx --test --experimental-test-coverage"
  },
  "dependencies": {
    "@solidstate/hardhat-solidstate-utils": "^1.0.1",
    "chalk": "^5.6.2"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-utils": "^4.1.3",
    "@solidstate/contracts": "^1.0.0-next.3",
    "@trivago/prettier-plugin-sort-imports": "^6.0.2",
    "@tsconfig/node22": "^22.0.5",
    "@types/node": "^25.9.1",
    "exec-staged": "^0.2.3",
    "hardhat": "^3.7.0",
    "husky": "^9.1.7",
    "knip-exec-staged": "^5.63.1",
    "prettier": "^3.8.3",
    "prettier-plugin-packagejson": "^3.0.2",
    "prettier-plugin-solidity": "^2.3.1",
    "tsx": "^4.22.3",
    "typescript": "^6.0.3",
    "release-it": "^20.0.0"
  },
  "peerDependencies": {
    "@nomicfoundation/hardhat-utils": "^4.0.0",
    "hardhat": "^3.7.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
