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

89 lines
1.9 KiB
JSON

{
"name": "@assistant-ui/react-ink-markdown",
"version": "0.0.30",
"description": "Terminal markdown rendering for @assistant-ui/react-ink",
"keywords": [
"markdown",
"terminal",
"ink",
"assistant-ui",
"react",
"ai",
"chat",
"cli"
],
"author": "AgentbaseAI Inc.",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src",
"README.md"
],
"engines": {
"node": ">=22"
},
"sideEffects": false,
"scripts": {
"build": "aui-build",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@assistant-ui/core": "^0.2.20",
"@assistant-ui/store": "^0.2.19",
"markdansi": "^0.3.2"
},
"peerDependencies": {
"@assistant-ui/react-ink": "^0.0.31",
"@types/react": "*",
"ink": ">=6",
"react": "^19",
"shiki": ">=4"
},
"peerDependenciesMeta": {
"@assistant-ui/react-ink": {
"optional": true
},
"@types/react": {
"optional": true
},
"shiki": {
"optional": true
}
},
"devDependencies": {
"@assistant-ui/core": "workspace:*",
"@assistant-ui/react-ink": "workspace:*",
"@assistant-ui/store": "workspace:*",
"@assistant-ui/x-buildutils": "workspace:*",
"@types/react": "^19.2.17",
"ink": "^7.1.0",
"ink-testing-library": "^4.0.0",
"react": "^19.2.7",
"shiki": "^4.3.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/react-ink-markdown"
},
"bugs": {
"url": "https://github.com/assistant-ui/assistant-ui/issues"
}
}