@mrtc0/csp-html-webpack-plugin
Version:
18 lines (17 loc) • 358 B
JSON
{
"name": "simple",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
}
}