{
  "name": "@react-docgen/cli",
  "version": "3.0.6",
  "description": "A CLI to extract information from React components for documentation generation.",
  "repository": {
    "type": "git",
    "url": "https://github.com/reactjs/react-docgen.git",
    "directory": "packages/react-docgen-cli"
  },
  "type": "module",
  "bin": {
    "react-docgen": "dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": "^20.9.0 || >=22"
  },
  "keywords": [
    "react",
    "cli",
    "documentation-generation"
  ],
  "author": {
    "name": "Daniel Tschinder (http://github.com/danez)"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "5.6.2",
    "commander": "14.0.3",
    "debug": "4.4.3",
    "fast-glob": "3.3.3",
    "react-docgen": "8.0.3",
    "slash": "5.1.0"
  },
  "devDependencies": {
    "@types/debug": "4.1.12"
  },
  "scripts": {
    "build": "rimraf dist/ && tsc",
    "test": "vitest run"
  }
}