{
  "name": "@devflow-tools/cli",
  "version": "0.17.8",
  "type": "module",
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsc -b",
    "postbuild": "npx tsx scripts/build-plugin-files.ts",
    "test": "node ../../node_modules/.bin/vitest run",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@colbymchenry/codegraph": "^1.1.1",
    "@devflow-tools/adapters": "0.17.8",
    "@devflow-tools/benchmark": "0.17.8",
    "@devflow-tools/context-engine": "0.17.8",
    "@devflow-tools/database": "0.17.8",
    "@devflow-tools/knowledge-engine": "0.17.8",
    "@devflow-tools/mcp-server": "0.17.8",
    "@devflow-tools/memory-engine": "0.17.8",
    "@devflow-tools/plugin-animation": "0.17.8",
    "@devflow-tools/plugin-css": "0.17.8",
    "@devflow-tools/plugin-docker": "0.17.8",
    "@devflow-tools/plugin-electron": "0.17.8",
    "@devflow-tools/plugin-git": "0.17.8",
    "@devflow-tools/plugin-graphql": "0.17.8",
    "@devflow-tools/plugin-nest": "0.17.8",
    "@devflow-tools/plugin-nextjs": "0.17.8",
    "@devflow-tools/plugin-performance": "0.17.8",
    "@devflow-tools/plugin-react": "0.17.8",
    "@devflow-tools/plugin-tailwind": "0.17.8",
    "@devflow-tools/plugin-taro": "0.17.8",
    "@devflow-tools/plugin-ui-layout": "0.17.8",
    "@devflow-tools/plugin-vue": "0.17.8",
    "@devflow-tools/sdk": "0.17.8",
    "@devflow-tools/server": "0.17.8",
    "@devflow-tools/telemetry": "0.17.8",
    "@devflow-tools/workflow-engine": "0.17.8",
    "@inquirer/prompts": "^7.10.1",
    "chalk": "^5.3.0",
    "commander": "^12.0.0"
  },
  "devDependencies": {
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  },
  "files": [
    "dist",
    "bin"
  ],
  "gitHead": "940c6c004c0ebb59abad3da9bc67137fa2d2a666"
}
