{
	"name": "yu-common-function",
	"version": "1.0.0",
	"description": "Common methods used in daily development",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "rollup -c",
		"serve": "rollup -c -w"
	},
	"repository": "",
	"keywords": [
		"means",
		"way",
		"api",
		"meansjs",
		"js",
		"JavaScript",
		"file"
	],
	"author": "yuyunlang",
	"license": "MIT",
	"devDependencies": {
		"@babel/core": "^7.21.3",
		"@babel/preset-env": "^7.20.2",
		"@rollup/plugin-babel": "^6.0.3",
		"rollup": "^3.19.1"
	},
	"dependencies": {}
}
