{
  "name": "@reqflow/cli",
  "version": "3.6.0",
  "description": "ReqFlow - 从需求到交付的 AI Engineering Harness",
  "main": "lib/installer.js",
  "bin": {
    "reqflow": "bin/reqflow.js"
  },
  "keywords": [
    "workflow",
    "orchestration",
    "agent",
    "mcp",
    "claude",
    "codex",
    "cursor"
  ],
  "author": "ReqFlow Maintainers",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "bin/",
    "lib/",
    "python/",
    "plugins/",
    "skills/",
    "workflows/",
    "commands/",
    "config/",
    "mcp.json",
    "install.sh",
    "README.md"
  ],
  "dependencies": {
    "@clack/prompts": "^1.4.0",
    "commander": "^12.0.0",
    "picocolors": "^1.1.1"
  }
}
