{
  "name": "@llamaindex/workflow-debugger",
  "version": "0.2.39",
  "private": false,
  "type": "module",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/react-syntax-highlighter": "^15.5.13",
    "@xyflow/react": "^12.8.5",
    "lucide-react": "^0.514.0",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "react-syntax-highlighter": "^15.6.6",
    "@llamaindex/ui": "4.5.0",
    "@llamaindex/workflows-client": "1.8.5"
  },
  "devDependencies": {
    "@eslint/js": "^9.36.0",
    "@tailwindcss/postcss": "^4.1.13",
    "@types/react": "19.2.2",
    "@types/react-dom": "19.2.2",
    "@vitejs/plugin-react-swc": "^4.1.0",
    "@vitest/coverage-v8": "^3.2.4",
    "autoprefixer": "^10.4.21",
    "eslint": "^9.36.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "globals": "^16.4.0",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.13",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.44.0",
    "vite": "^6.3.5",
    "@llamaindex/workflows-client": "1.8.5",
    "@llamaindex/ui": "4.5.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -p tsconfig.build.json --noEmit && vite build",
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "test": "vitest run -c vitest.config.ts",
    "coverage": "vitest run -c vitest.config.ts --coverage",
    "preview": "vite preview",
    "format": "prettier --write .",
    "format-check": "prettier --check ."
  }
}