clean-project
Version:
* 查找没有使用到的文件 * 查找缺失的文件 * 查找重复的文件
35 lines (34 loc) • 726 B
JSON
{
"name": "clean-project",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laomu1988/clean-project.git"
},
"keywords": [
"clean",
"clean-files",
"clean-project",
"clean-css",
"clean-img",
"clean-js"
],
"author": "laomu1988",
"license": "MIT",
"bugs": {
"url": "https://github.com/laomu1988/clean-project/issues"
},
"homepage": "https://github.com/laomu1988/clean-project#readme",
"dependencies": {
"filter-files": "^0.4.0",
"lodash": "^4.13.1",
"md5-file": "^3.1.0",
"quote-files": "^1.0.2",
"ogger-color": "*"
}
}