18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"name": "webpack-force-reload-plugin",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"glob": "^10.4.2"
|
|
},
|
|
"dependencies": {
|
|
"html-webpack-plugin": "^5.6.0"
|
|
}
|
|
}
|