webpack-config-demo/package.json
Primakov Alexandr Alexandrovich 7eb2fb7326 lesson-02 base setup
2024-10-04 11:44:01 +03:00

18 lines
314 B
JSON

{
"name": "webpack-test",
"version": "1.0.0",
"main": "webpack.config.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
}
}