f88d79d6创建于 21 天前历史提交
{
  "name": "@opentiny/tiny-engine-plugin-robot",
  "version": "2.11.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/tiny-engine",
    "directory": "packages/plugins/robot"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-engine/issues"
  },
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/tiny-engine",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.20.2",
    "@opentiny/tiny-engine-common": "workspace:*",
    "@opentiny/tiny-engine-meta-register": "workspace:*",
    "@opentiny/tiny-engine-utils": "workspace:*",
    "@opentiny/tiny-robot": "0.4.0",
    "@opentiny/tiny-robot-kit": "0.4.0",
    "@opentiny/tiny-robot-svgs": "0.4.0",
    "@opentiny/tiny-schema-renderer": "1.0.0-beta.6",
    "@vueuse/core": "^9.13.0",
    "dompurify": "^3.0.1",
    "fast-json-patch": "~3.1.1",
    "highlight.js": "^11.11.1",
    "jsonrepair": "3.13.0",
    "markdown-it": "^14.1.0"
  },
  "devDependencies": {
    "@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
    "@types/markdown-it": "^14.1.2",
    "@vitejs/plugin-vue": "^5.1.2",
    "@vitejs/plugin-vue-jsx": "^4.0.1",
    "vite": "^5.4.2",
    "vitest": "^1.6.1"
  },
  "peerDependencies": {
    "@opentiny/vue": "^3.20.0",
    "@opentiny/vue-icon": "^3.20.0",
    "@opentiny/vue-renderless": "^3.20.0",
    "vue": "^3.4.15"
  }
}