e30e75b5d4
Changesets / Create Version PR (push) Has been cancelled
Deploy Shadcn Registry / Deploy Production (push) Has been cancelled
Template Metrics / LOC + Bundle Size (push) Has been cancelled
Code Quality / Oxlint + Oxfmt (push) Has been cancelled
Code Quality / Template Sync (push) Has been cancelled
Code Quality / Build Changed Packages (push) Has been cancelled
Code Quality / Test Changed Packages (push) Has been cancelled
Deploy Expo Example / Deploy Production (push) Has been cancelled
Deploy Ink Example / Deploy Production (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.12) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Has been cancelled
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|