{
  "name": "@optima-chat/comfy-cli",
  "version": "0.9.10",
  "description": "A CLI tool for ComfyUI designed for LLM interactions",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "comfy": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "vitest run",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "comfyui",
    "cli",
    "ai",
    "image-generation",
    "llm",
    "claude-code",
    "stable-diffusion",
    "flux",
    "text-to-image",
    "image-to-image"
  ],
  "author": "Optima Chat",
  "license": "MIT",
  "homepage": "https://github.com/Optima-Chat/comfy-cli#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Optima-Chat/comfy-cli.git"
  },
  "bugs": {
    "url": "https://github.com/Optima-Chat/comfy-cli/issues"
  },
  "files": [
    "dist",
    ".claude",
    "workflows"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "chalk": "^5.4.1",
    "cli-table3": "^0.6.5",
    "commander": "^11.1.0",
    "conf": "^12.0.0",
    "dayjs": "^1.11.13",
    "form-data": "^4.0.1",
    "inquirer": "^9.3.7",
    "open": "^9.1.0",
    "ora": "^7.0.1",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.17.10",
    "@types/ws": "^8.5.13",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "vitest": "^2.1.9"
  }
}
