{
  "name": "@devflow-tools/devflow",
  "version": "0.18.12",
  "type": "module",
  "description": "Installable DevFlow distribution containing the CLI, runtime hooks, and Claude plugin.",
  "bin": {
    "devflow": "./bin/devflow"
  },
  "scripts": {
    "build": "tsup",
    "bundle:dashboard": "test -f ../../apps/dashboard/out/index.html || npm run build -w apps/dashboard; rm -rf dist/dashboard && mkdir -p dist/dashboard && cp -R ../../apps/dashboard/out/. dist/dashboard/",
    "audit-session-data": "node --import tsx scripts/audit-session-data.ts",
    "maintain:semantic-reliability": "node --import tsx scripts/semantic-reliability-maintenance.ts",
    "build:watch": "tsup --watch",
    "clean": "rm -rf dist",
    "postbuild": "cp ../../apps/server/public/fallback.html dist/fallback.html && node --import tsx scripts/bundle-plugin.ts",
    "prepack": "npm run build && npm run bundle:dashboard",
    "postinstall": "node scripts/postinstall.js"
  },
  "dependencies": {
    "@colbymchenry/codegraph": "^1.1.1",
    "@devflow-tools/adapters": "0.18.12",
    "@devflow-tools/benchmark": "0.18.12",
    "@devflow-tools/context-engine": "0.18.12",
    "@devflow-tools/database": "0.18.12",
    "@devflow-tools/delivery-line": "0.18.12",
    "@devflow-tools/knowledge-engine": "0.18.12",
    "@devflow-tools/mcp-server": "0.18.12",
    "@devflow-tools/memory-engine": "0.18.12",
    "@devflow-tools/retrieval-engine": "0.18.12",
    "@devflow-tools/sdk": "0.18.12",
    "@devflow-tools/semantic-engine": "0.18.12",
    "@devflow-tools/server": "0.18.12",
    "@devflow-tools/task-runtime": "0.18.12",
    "@devflow-tools/telemetry": "0.18.12",
    "@devflow-tools/workflow-engine": "0.18.12",
    "@inquirer/prompts": "^7.10.1",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "@nestjs/common": "^11.1.28",
    "@nestjs/core": "^11.1.28",
    "@nestjs/platform-fastify": "^11.1.29",
    "chalk": "^5.3.0",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.0",
    "commander": "^12.0.0",
    "fastify": "^5.11.3",
    "reflect-metadata": "^0.2.0",
    "rxjs": "^7.8.0"
  },
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.5.0"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "files": [
    "dist",
    "bin",
    "acceptance-manifest.json",
    "plugin-registry.json",
    "scripts/postinstall.js"
  ],
  "gitHead": "4bef753de830e4e881bd150c9b090ab0953139c1",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shilongfeicool/dev-flow.git"
  },
  "homepage": "https://github.com/shilongfeicool/dev-flow#readme",
  "publishConfig": {
    "access": "public"
  }
}
