{
	"name": "better-uni-ui",
	"version": "0.2.13",
	"description": "一个基于uniapp的ui库",
	"main": "lib/index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"compile-mac": "rm -rf lib && node build.js",
		"compile-windows": "rd /s/q lib && node build.js",
		"prepublishOnly": "npm run compile-mac"
	},
	"keywords": [
		"uni-ui"
	],
	"author": "Ying-huo <164868234@qq.com>",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Ying-huo/ying-uni-ui.git"
	},
	"bugs": {
		"url": "https://github.com/Ying-huo/ying-uni-ui/issues"
	},
	"homepage": "https://github.com/Ying-huo/ying-uni-ui#readme",
	"dependencies": {
		"@dcloudio/uni-ui": "^1.0.9"
	},
	"devDependencies": {
		"@vue/cli-service": "^3.11.0"
	}
}