{
  "name": "@muguilin/utils",
  "version": "0.0.1",
  "description": "Web前端 JavaScript 常用功能、函数、工具库",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "export-dirs": "^0.2.4",
    "export-files": "^2.1.0"
  },
  "keywords": [
    "util",
    "Web前端",
    "utils",
    "js函数",
    "tool",
    "js方法",
    "tools",
    "JS函数库",
	"jsLib",
    "前端函数库"
  ],
  "author": {
    "name": "沐枫（MuGuiLin）",
    "email": "muguilin@foxmail.com",
    "url": "http://wwww.muguilin.com"
  },
  "homepage": "https://github.com/MuGuiLin",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ]
}
