{
  "name": "@optima-chat/gen-cli",
  "version": "2.8.2",
  "description": "AI content generation CLI for LLM agents",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "gen": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "vitest run",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "cli",
    "ai",
    "image-generation",
    "llm",
    "flux",
    "text-to-image",
    "tts",
    "asr",
    "video-generation"
  ],
  "author": "Optima Chat",
  "license": "MIT",
  "homepage": "https://github.com/Optima-Chat/optima-gen#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Optima-Chat/optima-gen.git"
  },
  "bugs": {
    "url": "https://github.com/Optima-Chat/optima-gen/issues"
  },
  "files": [
    "dist",
    "assets"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "chalk": "^5.4.1",
    "commander": "^11.1.0",
    "conf": "^12.0.0",
    "form-data": "^4.0.5",
    "ora": "^7.0.1"
  },
  "devDependencies": {
    "@types/node": "^20.17.10",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "vitest": "^2.1.9"
  }
}
