{
  "name": "@opentiny/tiny-engine-block-build",
  "version": "2.6.0",
  "description": "translate block to webcomponent template",
  "main": "./dist/web-components.es.js",
  "type": "module",
  "scripts": {
    "build:block": "vite build --mode block"
  },
  "keywords": [
    "vue",
    "vue3",
    "frontend",
    "opentiny",
    "lowcode",
    "tiny-engine",
    "webComponent"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/tiny-engine",
    "directory": "packages/builtinComponent"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-engine/issues"
  },
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/tiny-engine",
  "dependencies": {
    "@opentiny/tiny-engine-i18n-host": "2.6.0",
    "@opentiny/tiny-engine-webcomponent-core": "2.6.0",
    "@opentiny/vue": "~3.20.0",
    "@opentiny/vue-icon": "~3.20.0",
    "@opentiny/vue-theme": "~3.20.0",
    "@vue/shared": "^3.3.11",
    "vue": "^3.4.15",
    "vue-i18n": "^9.9.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.1.2",
    "@vitejs/plugin-vue-jsx": "^4.0.1",
    "vite": "^5.4.2"
  },
  "gitHead": "f3035326111f06f5e9b99da2ee75c4089d5c49e8"
}
