{
  "name": "win-eternal-ui",
  "version": "1.0.0",
  "description": "A Component Library for Vue 3(仅供测试，别下载)",
  "keywords": ["w-ui", "component library", "ui framework", "ui", "vue"],
  "homepage": "https://gitee.com/fengzhongzhuifeng/w-ui",
  "bugs": {
    "url": "https://gitee.com/fengzhongzhuifeng/w-ui/issues"
  },
  "license": "MIT",
  "main": "dist/index.es.js",
  "module": "dist/index.es.ts",
  "unpkg": "dist/index.umd.js",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js",
      "types": "./dist/types/w-ui/index.d.ts"
    },
    "./*": "./*"
  },
  "repository": {
    "type": "gitee",
    "url": "https://gitee.com/fengzhongzhuifeng/w-ui"
  },
  "publishConfig": {
    "access": "public"
  },
  "style": "dist/style.css",
  "scripts": {},
  "author": "wanger",
  "peerDependencies": {
    "vue": "^3.2.0"
  }
}