webpack-files-archive-plugin
Version:
Webpack 5 plugin to create archives of emitted files
27 lines (26 loc) • 689 B
JSON
{
"name": "webpack-files-archive-plugin",
"version": "1.0.1",
"description": "Webpack 5 plugin to create archives of emitted files",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/himanshuapril1/webpack-files-archive-plugin.git"
},
"keywords": [
"archive",
"webpack",
"zip",
"tar",
"files"
],
"author": "Himanshu Aggarwal",
"license": "ISC",
"bugs": {
"url": "https://github.com/himanshuapril1/webpack-files-archive-plugin/issues"
},
"homepage": "https://github.com/himanshuapril1/webpack-files-archive-plugin#readme",
"dependencies": {
"archiver": "^5.1.0"
}
}