package.json 299 字节
Newer Older
1 2 3 4
{
	"name": "@dcloudio/webpack-uni-mp-loader",
	"version": "1.0.0-alpha-22120190814001",
	"description": "webpack-uni-mp-loader",
fxy060608's avatar
fxy060608 已提交
5
	"main": "index.js",
6 7 8 9 10 11 12 13 14
	"files": [
		"lib"
	],
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"author": "fxy060608",
	"license": "Apache-2.0"
}