{
  "name": "@assistant-ui/vite",
  "version": "0.0.18",
  "description": "Vite plugin for assistant-ui: the \"use generative\" directive compiler that colocates a tool's schema, server-only execute, and client-only render in one file. Works with Vite apps and TanStack Start.",
  "keywords": [
    "assistant-ui",
    "vite",
    "tanstack-start",
    "generative",
    "use generative",
    "plugin"
  ],
  "author": "AgentbaseAI Inc.",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "sideEffects": false,
  "dependencies": {
    "@assistant-ui/x-generative-compiler": "^0.0.18"
  },
  "peerDependencies": {
    "vite": ">=6"
  },
  "devDependencies": {
    "@assistant-ui/x-buildutils": "0.0.28",
    "@types/node": "^26.5.1",
    "vite": "^8.3.0",
    "vitest": "^5.0.1"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "homepage": "https://www.assistant-ui.com/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/assistant-ui/assistant-ui.git",
    "directory": "packages/vite"
  },
  "bugs": {
    "url": "https://github.com/assistant-ui/assistant-ui/issues"
  },
  "scripts": {
    "build": "aui-build",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "test:watch": "vitest"
  }
}