{
  "name": "@opentiny/tiny-robot",
  "version": "0.4.1",
  "license": "MIT",
  "description": "TinyRobot 是一个 AI 对话组件库，提供了丰富的 AI 交互组件，助力开发者快速构建企业级 AI 应用；同时也是一个智能助手，支持普通 AI 问答、也支持集成 MCP Server，让 AI 真正帮人“干活”。",
  "homepage": "https://docs.opentiny.design/tiny-robot/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opentiny/tiny-robot.git"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-robot/issues"
  },
  "keywords": [
    "vue",
    "vue3",
    "vue-components",
    "component-library",
    "ai",
    "ai-components",
    "chat",
    "chat-ui",
    "chatbot",
    "llm",
    "openai",
    "assistant",
    "streaming",
    "conversation",
    "tiny-robot",
    "opentiny"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "sideEffects": false,
  "files": [
    "dist",
    "README*"
  ],
  "scripts": {
    "dev": "vue-tsc && vite build --watch",
    "build": "vue-tsc && vite build",
    "type-check": "vue-tsc --noEmit"
  },
  "peerDependencies": {
    "dompurify": "^3.3.1",
    "markdown-it": "^14.1.0",
    "vue": "^3.3.11"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.6.0",
    "@opentiny/tiny-robot-svgs": "0.4.1",
    "@opentiny/vue": "^3.20.0",
    "@tiptap/core": "^3.11.0",
    "@tiptap/extension-character-count": "^3.11.0",
    "@tiptap/extension-document": "^3.11.0",
    "@tiptap/extension-history": "^3.11.0",
    "@tiptap/extension-paragraph": "^3.11.0",
    "@tiptap/extension-placeholder": "^3.11.0",
    "@tiptap/extension-text": "^3.11.0",
    "@tiptap/pm": "^3.11.0",
    "@tiptap/vue-3": "^3.11.0",
    "@vueuse/core": "^13.1.0",
    "jsonrepair": "^3.13.1"
  },
  "devDependencies": {
    "@types/dom-speech-recognition": "^0.0.6",
    "@types/lodash-es": "^4.17.12",
    "@types/markdown-it": "^14.1.2",
    "@types/node": "^22.13.17",
    "@vitejs/plugin-vue": "^4.5.2",
    "@vitejs/plugin-vue-jsx": "^4.1.2",
    "dompurify": "^3.3.1",
    "less": "^4.2.2",
    "markdown-it": "^14.1.0",
    "typescript": "^5.2.2",
    "vite": "^5.0.8",
    "vite-plugin-dts": "^4.5.3",
    "vue": "^3.3.11",
    "vue-tsc": "^2.2.8"
  },
  "gitHead": "e7d831041cd49068110e17c5b5f410ed7fa2706c"
}
