{
  "name": "hermex",
  "version": "2.11.1",
  "description": "SWC-based AST parser for analyzing code and React component usage patterns across entire codebases",
  "keywords": [
    "analysis",
    "ast",
    "cli",
    "component",
    "hermex",
    "parser",
    "patterns",
    "react",
    "swc",
    "usage"
  ],
  "homepage": "https://github.com/Gallevy/hermex",
  "license": "MIT",
  "author": "Gallevy",
  "repository": {
    "type": "git",
    "url": "https://github.com/Gallevy/hermex.git"
  },
  "bin": {
    "hermex": "./dist/cli.mjs"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "scripts": {
    "format": "oxfmt --write",
    "format:ci": "oxfmt --check",
    "lint": "oxlint",
    "lint:ci": "oxlint",
    "test": "vitest",
    "test:ci": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:output": "node scripts/output-review.ts",
    "typecheck": "tsc --noEmit",
    "build": "tsdown",
    "build:ci": "tsdown",
    "dev:scan": "pnpm run build && cd fixtures && node ../dist/cli.mjs scan"
  },
  "dependencies": {
    "@pnpm/dependency-path": "^1001.1.10",
    "@swc/core": "^1.15.46",
    "@swc/types": "^0.1.27",
    "@yarnpkg/lockfile": "^1.1.0",
    "chalk": "^5.6.2",
    "cli-table3": "^0.6.5",
    "commander": "^15.0.0",
    "glob": "^13.0.6",
    "js-yaml": "^5.2.1",
    "micromatch": "^4.0.8",
    "ora": "^9.4.1",
    "semver": "^7.8.5",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^7.0.0",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^11.0.0",
    "@semantic-release/github": "^12.0.9",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.1",
    "@types/js-yaml": "^4.0.9",
    "@types/micromatch": "^4.0.10",
    "@types/node": "^26.1.1",
    "@types/semver": "^7.7.1",
    "@types/yarnpkg__lockfile": "^1.1.9",
    "@vitest/coverage-v8": "4.1.10",
    "oxfmt": "^0.60.0",
    "oxlint": "^1.75.0",
    "semantic-release": "^25.0.8",
    "tsdown": "^0.22.14",
    "typescript": "7.0.2",
    "vitest": "^4.1.10"
  },
  "engines": {
    "node": ">=24.11.1"
  }
}
