{
  "name": "vue-weui-next",
  "version": "1.0.25",
  "description": "",
  "main": "lib/index.js",
  "module": "es/index.mjs",
  "typings": "lib/index.d.ts",
  "files": [
    "es",
    "lib",
    "typings"
  ],
  "keywords": [
    "vue-weui",
    "vue3"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "author": "mxchensir",
  "license": "Apache-2.0",
  "scripts": {
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bangtz/vue-weui.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
