sweep-webpack-plugin
Version:
删除项目中无用文件的webpack插件
29 lines • 671 B
JSON
{
"name": "sweep-webpack-plugin",
"version": "1.0.13",
"description": "删除项目中无用文件的webpack插件",
"keywords": [
"webpack",
"unused-files"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"sweep-webpack-plugin-restore": "bin/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ChuanV/sweep-webpack-plugin"
},
"bugs": {
"url": "https://github.com/ChuanV/sweep-webpack-plugin/issues"
},
"author": {
"name": "laoshengchuan",
"email": "2292100085@qq.com",
"url": "http://chuanv.github.io/"
},
"license": "ISC"
}