extended-build-manager-webpack-plugin
Version:
Add more functionality to the webpack builder
40 lines (39 loc) • 974 B
JSON
{
"name": "extended-build-manager-webpack-plugin",
"version": "1.1.0",
"description": "Add more functionality to the webpack builder",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/matidiaz00/extended-build-manager-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"extend",
"builder",
"build",
"fileManager",
"commands",
"manager",
"files",
"copy",
"delete",
"remove",
"progress"
],
"author": "Matias Diaz",
"license": "ISC",
"bugs": {
"url": "https://github.com/matidiaz00/extended-build-manager-webpack-plugin/issues"
},
"homepage": "https://github.com/matidiaz00/extended-build-manager-webpack-plugin#readme",
"devDependencies": {
"child_process": "^1.0.2",
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"readline": "^1.3.0"
},
"dependencies": {},
"peerDependencies": {}
}