18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"name": "html-webpack-alter-data-plugin",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Philipp Dieter <philipp@glanzstueck.agency>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"html-webpack-plugin": "^5.4.0",
|
|
"mkdirp": "^0.5.1",
|
|
"node-html-parser": "^5.0.0",
|
|
"webpack-sources": "^1.4.3"
|
|
}
|
|
}
|