package.json 637 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-mp-vue",
3
  "version": "2.0.1-alpha-36720221018002",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  "description": "@dcloudio/uni-mp-vue",
  "main": "dist/vue.runtime.esm.js",
  "module": "dist/vue.runtime.esm.js",
  "files": [
    "dist"
  ],
  "buildOptions": {
    "name": "Vue",
    "formats": [
      "esm-bundler-vue"
    ]
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-mp-vue"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
25
  },
26
  "gitHead": "4a974e44466ae58194372e446299cf83c7a3ad2c"
27
}