{
  "name": "vexalyn-code",
  "version": "1.9.1",
  "description": "Vexalyn Code — Intelligent AI coding agent for your terminal. Supports Qwen, OpenAI, Gemini, Groq, and more.",
  "type": "module",
  "bin": {
    "vexalyn": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "ai",
    "coding-agent",
    "cli",
    "qwen",
    "openai",
    "gemini",
    "vexalyn"
  ],
  "author": "Vio Atmajaya Saputra <vexalyn.dev>",
  "license": "MIT",
  "scripts": {
    "build": "tsup",
    "dev": "tsx src/index.ts",
    "lint": "eslint src",
    "test": "vitest run --passWithNoTests",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "prepublishOnly": "pnpm build"
  },
  "dependencies": {
    "@ai-sdk/google": "^1.2.22",
    "@ai-sdk/openai": "^1.3.0",
    "ai": "^4.3.19",
    "dotenv": "^16.6.1",
    "typescript": "^5.7.3",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@vexalyn/agent": "workspace:*",
    "@vexalyn/ai": "workspace:*",
    "@vexalyn/config": "workspace:*",
    "@vexalyn/context": "workspace:*",
    "@vexalyn/logger": "workspace:*",
    "@vexalyn/tools": "workspace:*",
    "tsup": "^8.5.1"
  }
}
