{
  "name": "@opentiny/genui-sdk-vue",
  "version": "1.2.1",
  "description": "A Vue3 component library for enhanced LLM display and interaction",
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/genui-sdk",
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/genui-sdk"
  },
  "bugs": {
    "url": "https://github.com/opentiny/genui-sdk/issues"
  },
  "keywords": [
    "vue",
    "component",
    "library",
    "llm",
    "generative-ui",
    "stream-ui"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./chat": {
      "types": "./dist/chat.d.ts",
      "import": "./dist/chat.js"
    },
    "./renderer": {
      "types": "./dist/renderer.d.ts",
      "import": "./dist/renderer.js"
    },
    "./config-provider": {
      "types": "./dist/config-provider.d.ts",
      "import": "./dist/config-provider.js"
    },
    "./transform-jsx": {
      "types": "./dist/transform-jsx.d.ts",
      "import": "./dist/transform-jsx.js"
    }
  },
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@opentiny/tiny-robot": "0.3.3",
    "@opentiny/tiny-robot-kit": "0.3.3",
    "@opentiny/tiny-robot-svgs": "0.3.3",
    "@opentiny/vue": "^3.28.0",
    "@opentiny/vue-renderless": "^3.28.2",
    "@opentiny/vue-icon": "^3.28.0",
    "@opentiny/vue-theme": "^3.28.0",
    "uuid": "^11.1.0",
    "vue": "^3.5.13",
    "@opentiny/vue-chart-bar": "~3.14.0",
    "@opentiny/vue-chart-histogram": "~3.14.0",
    "@opentiny/vue-chart-line": "~3.14.0",
    "@opentiny/vue-chart-pie": "~3.14.0",
    "@opentiny/vue-chart-radar": "~3.14.0",
    "@opentiny/vue-chart-ring": "3.14.0",
    "@opentiny/vue-carousel": "^3.28.0",
    "@opentiny/vue-carousel-item": "^3.28.0",
    "@opentiny/vue-checkbox-button": "^3.28.0",
    "@opentiny/vue-checkbox-group": "^3.28.0",
    "@opentiny/vue-col": "^3.28.0",
    "@opentiny/vue-date-picker": "^3.28.0",
    "@opentiny/vue-layout": "^3.28.0",
    "@opentiny/vue-row": "^3.28.0",
    "@opentiny/vue-search": "^3.28.0",
    "@opentiny/vue-select": "^3.28.0",
    "@opentiny/vue-transfer": "^3.28.0",
    "@opentiny/vue-button": "^3.28.0",
    "@opentiny/vue-grid": "^3.28.0",
    "@opentiny/vue-form": "^3.28.0",
    "@opentiny/vue-form-item": "^3.28.0",
    "@opentiny/vue-input": "^3.28.0",
    "@opentiny/vue-notify": "^3.28.0",
    "@opentiny/vue-card": "^3.28.0",
    "@opentiny/vue-checkbox": "^3.28.0",
    "@opentiny/vue-numeric": "^3.28.0",
    "@opentiny/vue-radio": "^3.28.0",
    "@opentiny/vue-switch": "^3.28.0",
    "@opentiny/vue-tabs": "^3.28.0",
    "@opentiny/vue-tab-item": "^3.28.0",
    "@opentiny/vue-tree": "^3.28.0",
    "@opentiny/vue-radio-group": "^3.28.0",
    "@opentiny/tiny-engine-builtin-component": "^2.6.0"
  }
}