{
  "name": "stella-coder",
  "version": "5.3.1",
  "private": false,
  "description": "Stella Coder 5.0 — AI coding agent with Telegram bot, huge context, TDD, Git ecosystem, presentations, computer control, smart home, Office automation, and antivirus",
  "main": "stella-cli/index.mjs",
  "bin": {
    "stella": "stella-cli/index.mjs"
  },
  "scripts": {
    "stella": "node stella-cli/index.mjs",
    "stellar-av": "node antimalware/index.mjs",
    "dev": "next dev",
    "build": "next build",
    "build:cli": "node stella-cli/build.mjs",
    "start": "next start",
    "lint": "eslint ."
  },
  "keywords": [
    "ai",
    "coding",
    "agent",
    "terminal",
    "smart-home",
    "antivirus"
  ],
  "author": "codex alex",
  "license": "MIT",
  "dependencies": {
    "@ai-sdk/openai": "^4.0.7",
    "@ai-sdk/openai-compatible": "^3.0.5",
    "@ai-sdk/react": "^4.0.16",
    "@base-ui/react": "^1.5.0",
    "@vercel/analytics": "1.6.1",
    "ai": "^7.0.15",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "gsap": "^3.15.0",
    "jsdom": "^29.1.1",
    "lucide-react": "^1.16.0",
    "next": "16.2.6",
    "react": "^19",
    "react-dom": "^19",
    "shadcn": "^4.8.0",
    "tailwind-merge": "^3.3.1",
    "three": "^0.185.1",
    "tw-animate-css": "^1.4.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.0",
    "@tailwindcss/postcss": "^4.2.0",
    "@types/node": "^24",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9.28.0",
    "eslint-config-next": "^16.2.0",
    "postcss": "^8.5",
    "tailwindcss": "^4.2.0",
    "typescript": "5.7.3"
  },
  "pnpm": {
    "overrides": {
      "hono": "4.12.25"
    }
  }
}
