You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "demoBuildCli",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"webpack-build": "webpack"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^6.0.1"
|
|
}
|
|
}
|