{ "name": "@assistant-ui/next", "version": "0.0.10", "description": "Next.js integration for assistant-ui: the withAui() config wrapper and the \"use generative\" directive compiler that colocates a tool's schema, server-only execute, and client-only render in one file.", "keywords": [ "assistant-ui", "next", "nextjs", "generative", "rsc", "use client", "server-only", "compiler", "loader" ], "author": "AgentbaseAI Inc.", "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./loader": { "types": "./dist/loader.d.ts", "default": "./dist/loader.js" }, "./bundler-redirect/*": { "react-server": "./dist/bundler-redirect.server.js?aui=*", "default": "./dist/bundler-redirect.client.js?aui=*" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src", "SPEC.md", "README.md" ], "sideEffects": false, "scripts": { "build": "aui-build", "test": "vitest run --passWithNoTests", "test:watch": "vitest" }, "dependencies": { "@assistant-ui/x-generative-compiler": "workspace:^" }, "devDependencies": { "@assistant-ui/x-buildutils": "workspace:*", "@types/node": "^26.1.1", "vitest": "^4.1.10" }, "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/next" }, "bugs": { "url": "https://github.com/assistant-ui/assistant-ui/issues" } }