Files
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 13:40:13 +08:00

120 lines
2.6 KiB
JSON

{
"name": "@assistant-ui/core",
"version": "0.2.20",
"description": "Framework-agnostic core runtime for assistant-ui",
"keywords": [
"assistant",
"ai",
"chat",
"runtime",
"framework-agnostic"
],
"author": "AgentbaseAI Inc.",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./internal": {
"types": "./dist/internal.d.ts",
"default": "./dist/internal.js"
},
"./store": {
"types": "./dist/store/index.d.ts",
"default": "./dist/store/index.js"
},
"./store/internal": {
"types": "./dist/store/internal.d.ts",
"default": "./dist/store/internal.js"
},
"./react": {
"types": "./dist/react/index.d.ts",
"default": "./dist/react/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"react": [
"./dist/react/index.d.ts"
],
"internal": [
"./dist/internal.d.ts"
],
"store": [
"./dist/store/index.d.ts"
],
"store/internal": [
"./dist/store/internal.d.ts"
]
}
},
"files": [
"dist",
"src",
"README.md"
],
"sideEffects": false,
"scripts": {
"build": "aui-build",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"assistant-stream": "^0.3.25",
"nanoid": "^5.1.16"
},
"optionalDevDependencies": {
"@assistant-ui/x-generative-compiler": ">=0.0.3"
},
"peerDependencies": {
"@assistant-ui/store": "^0.2.13",
"@assistant-ui/tap": "^0.9.0",
"@types/react": "*",
"react": "^18 || ^19",
"assistant-cloud": "^0.1.31",
"zustand": "^5.0.11"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"assistant-cloud": {
"optional": true
},
"react": {
"optional": true
},
"zustand": {
"optional": true
}
},
"devDependencies": {
"@assistant-ui/store": "workspace:*",
"@assistant-ui/tap": "workspace:*",
"@assistant-ui/vite": "workspace:*",
"@assistant-ui/x-buildutils": "workspace:*",
"@types/react": "^19.2.17",
"assistant-cloud": "workspace:*",
"react": "^19.2.7",
"vitest": "^4.1.10",
"zustand": "^5.0.14"
},
"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/core"
},
"bugs": {
"url": "https://github.com/assistant-ui/assistant-ui/issues"
}
}