package.json 372 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
	"name": "@dcloudio/vue-cli-plugin-uni-optimize",
	"version": "1.0.0-alpha-22120190814001",
	"description": "uni-app optimize plugin for vue-cli 3",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"author": "fxy060608",
	"license": "Apache-2.0",
	"dependencies": {
		"@dcloudio/uni-h5": "^1.0.0-alpha-22120190814001"
	}
}