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",
|
2023-01-09 20:52:48 +00:00
|
|
|
"private": true,
|
2023-01-09 20:51:57 +00:00
|
|
|
"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
|
|
|
}
|