package.json 522 字节
Newer Older
1 2
{
  "name": "@dcloudio/vue-cli-plugin-uni-optimize",
3
  "version": "2.0.2-alpha-3070120230210001",
4 5 6 7 8 9 10 11 12 13 14 15
  "description": "uni-app optimize plugin for vue-cli 3",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/vue-cli-plugin-uni-optimize"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
16
  "gitHead": "4a974e44466ae58194372e446299cf83c7a3ad2c"
17
}