{
  "name": "@llmtune/cli",
  "version": "0.1.0",
  "description": "LLMTune CLI - AI coding agent powered by api.llmtune.io",
  "main": "dist/index.js",
  "bin": {
    "llmtune": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "lint": "tsc --noEmit"
  },
  "keywords": ["llmtune", "cli", "ai", "agent", "coding"],
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "commander": "^13.1.0",
    "openai": "^4.78.0",
    "chalk": "^5.3.0",
    "ora": "^8.1.0",
    "@inquirer/prompts": "^7.3.0",
    "marked": "^15.0.0",
    "marked-terminal": "^7.3.0",
    "simple-git": "^3.27.0",
    "glob": "^11.0.0",
    "zod": "^3.24.0",
    "yaml": "^2.6.0"
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "tsx": "^4.19.0",
    "@types/node": "^22.10.0"
  }
}
