{ "name": "01", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.config.js" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "webpack": "^5.93.0", "webpack-cli": "^5.1.4" }, "dependencies": { "jquery": "^3.7.1" } }