e30e75b5d4
Code Quality / Oxlint + Oxfmt (push) Waiting to run
Code Quality / Template Sync (push) Waiting to run
Code Quality / Build Changed Packages (push) Waiting to run
Code Quality / Test Changed Packages (push) Waiting to run
Deploy Expo Example / Deploy Production (push) Waiting to run
Deploy Ink Example / Deploy Production (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.12) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Waiting to run
Deploy Shadcn Registry / Deploy Production (push) Waiting to run
Template Metrics / LOC + Bundle Size (push) Waiting to run
Changesets / Create Version PR (push) Has been cancelled
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{
|
|
"name": "assistant-ui",
|
|
"version": "0.0.105",
|
|
"description": "CLI for assistant-ui",
|
|
"keywords": [
|
|
"cli",
|
|
"assistant-ui",
|
|
"ai",
|
|
"chat",
|
|
"components",
|
|
"react",
|
|
"shadcn"
|
|
],
|
|
"author": "AgentbaseAI Inc.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"bin": {
|
|
"assistant-ui": "./bin/assistant-ui.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"plugin",
|
|
"src",
|
|
"README.md"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "aui-build",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@assistant-ui/agent-launcher": "workspace:*",
|
|
"@clack/prompts": "^1.7.0",
|
|
"chalk": "^5.6.2",
|
|
"cli-progress": "^3.12.0",
|
|
"commander": "^15.0.0",
|
|
"cross-spawn": "^7.0.6",
|
|
"debug": "^4.4.3",
|
|
"detect-package-manager": "^3.0.2",
|
|
"giget": "^3.3.0",
|
|
"glob": "^13.0.6",
|
|
"jscodeshift": "^17.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
"@types/cli-progress": "^3.11.6",
|
|
"@types/cross-spawn": "^6.0.6",
|
|
"@types/debug": "^4.1.13",
|
|
"@types/jscodeshift": "^17.3.0",
|
|
"@types/node": "^26.1.1",
|
|
"@vitest/coverage-v8": "^4.1.10",
|
|
"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/cli"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/assistant-ui/assistant-ui/issues"
|
|
}
|
|
}
|