{
  "name": "@opentiny/vue-renderless",
  "version": "3.30.0",
  "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/tiny-vue",
  "repository": {
    "type": "git",
    "url": "git@github.com:opentiny/tiny-vue.git"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-vue/issues"
  },
  "keywords": [
    "vue",
    "vue3",
    "frontend",
    "component-library",
    "components",
    "vue-components",
    "opentiny",
    "renderless-components",
    "headless-components"
  ],
  "sideEffects": false,
  "dependencies": {
    "@opentiny/utils": "~3.30.0",
    "@opentiny/vue-hooks": "~3.30.0",
    "color": "4.2.3"
  },
  "devDependencies": {
    "esno": "^4.7.0",
    "tsup": "7.2.0"
  },
  "scripts": {
    "build": "tsup",
    "build:fast": "npm run build && npm run release",
    "postversion": "pnpm build",
    "release": "esno ./scripts/postbuild.ts && shx cp README.md dist"
  }
}