{
  "name": "@fieldwangai/agentflow",
  "version": "0.1.54",
  "description": "Orchestration system for long-running complex agent tasks using Cursor, OpenCode, or Claude Code as execution backends",
  "type": "module",
  "main": "bin/agentflow.mjs",
  "bin": {
    "agentflow": "bin/agentflow.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "agentflow",
    "cursor",
    "opencode",
    "claude-code",
    "agent-orchestration",
    "workflow",
    "cli",
    "automation",
    "checkpoint-resume",
    "long-running"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pproject-github/agentflow.git"
  },
  "homepage": "https://github.com/pproject-github/agentflow#readme",
  "bugs": {
    "url": "https://github.com/pproject-github/agentflow/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "bin",
    "agents",
    "skills",
    "builtin/nodes",
    "builtin/pipelines",
    "builtin/web-ui/dist",
    "reference"
  ],
  "scripts": {
    "postinstall": "node bin/ensure-workspace-reference.mjs",
    "build:web-ui": "cd builtin/web-ui && npm install && npm run build",
    "build:website": "cd website && npm install && npm run build",
    "dev": "AGENTFLOW_DEV=1 node bin/agentflow.mjs ui",
    "dev:web": "cd builtin/web-ui && npm run dev",
    "dev:website": "cd website && npm run dev",
    "preview:website": "cd website && npm run preview",
    "prepack": "npm run build:web-ui"
  },
  "dependencies": {
    "busboy": "^1.6.0",
    "chalk": "^5.6.2",
    "cli-table3": "^0.6.5",
    "fflate": "^0.8.2",
    "js-yaml": "^4.1.0",
    "markdansi": "^0.2.1",
    "ora": "^9.3.0",
    "sharp": "^0.34.5",
    "update-notifier": "^7.0.0"
  }
}
