webpack-base/package.json

16 lines
351 B
JSON
Raw Normal View History

2023-01-09 20:51:11 +00:00
{
2023-01-09 20:51:57 +00:00
"name": "test-webpack",
"version": "1.0.0",
"description": "Template Webpack Starting Project",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
2023-01-09 20:51:11 +00:00
}