{
  "name": "@zsap/vue-renderless",
  "version": "3.8.3",
  "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
  "homepage": "https://zsap.design/zsap-ui",
  "keywords": [
    "vue",
    "vue3",
    "frontend",
    "component-library",
    "components",
    "vue-components",
    "zsap",
    "renderless-components",
    "headless-components"
  ],
  "author": "zsap Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:zsap/zsap-ui.git"
  },
  "bugs": {
    "url": "https://github.com/zsap/zsap-ui/issues"
  },
  "sideEffects": false,
  "dependencies": {
    "xss": "1.0.11",
    "color": "4.2.3"
  },
  "devDependencies": {
    "esno": "^0.16.3",
    "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"
  }
}