package.json 580 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-mp-vue",
3
  "version": "2.0.0-alpha-28420200805004",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
  "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"
  }
}