{
  "name": "tyh-ui2",
  "version": "4.4.0",
  "description": "The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "exports": {
    ".": {
      "import": "./es/index.js",
      "require": "./lib/index.js",
      "types": "./es/index.d.ts"
    },
    "./dist": "./dist/",
    "./theme": "./theme/",
    "./es": "./es/index.js",
    "./es/*": "./es/*.js",
    "./es/*.js": "./es/*.js",
    "./lib": "./lib/index.js",
    "./lib/*": "./lib/*.js",
    "./lib/*.js": "./lib/*.js",
    "./*": "./*"
  },
  "unpkg": "dist/index.umd.js",
  "style": "dist/index.css",
  "keywords": [
    "vuejs",
    "vue3",
    "setup",
    "Composition API",
    "components",
    "tyh",
    "tyh-ui",
    "tyh-ui2",
    "typescript",
    "javascript",
    "css3"
  ],
  "author": {
    "name": "tyh2001",
    "url": "https://tianyuhao.cn"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Tyh2001/tyh-ui2/issues"
  },
  "homepage": "https://v3.tianyuhao.cn",
  "repository": "https://github.com/Tyh2001/tyh-ui2"
}