{ "name": "@assistant-ui/react-ink", "version": "0.0.31", "description": "React Ink (terminal UI) bindings for assistant-ui", "keywords": [ "assistant", "ai", "chat", "ink", "terminal", "cli" ], "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" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src", "README.md" ], "sideEffects": false, "scripts": { "build": "aui-build", "test": "vitest run", "test:watch": "vitest", "benchmark": "tsx benchmarks/run.ts" }, "dependencies": { "@assistant-ui/core": "^0.2.20", "@assistant-ui/store": "^0.2.19", "@assistant-ui/tap": "^0.9.3", "assistant-stream": "^0.3.25", "diff": "^9.0.0", "ink-spinner": "^5.0.0", "parse-diff": "^0.12.0", "zustand": "^5.0.14" }, "peerDependencies": { "@types/react": "*", "ink": ">=6", "react": "^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "devDependencies": { "@assistant-ui/x-buildutils": "workspace:*", "@types/node": "^26.1.1", "@types/react": "^19.2.17", "ink": "^7.1.0", "ink-testing-library": "^4.0.0", "react": "^19.2.7", "tsx": "^4.23.0", "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/react-ink" }, "bugs": { "url": "https://github.com/assistant-ui/assistant-ui/issues" } }