{ "name": "scratch-webpack-configuration", "version": "1.3.0", "description": "Shared configuration for Scratch's use of webpack", "main": "src/index.cjs", "type": "commonjs", "scripts": { "prepare": "husky || true", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/scratchfoundation/scratch-webpack-configuration.git" }, "keywords": [ "Scratch", "webpack" ], "author": "Scratch Foundation", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/scratchfoundation/scratch-webpack-configuration/issues" }, "homepage": "https://github.com/scratchfoundation/scratch-webpack-configuration#readme", "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "lodash.merge": "^4.6.2", "webpack-node-externals": "^3.0.0" }, "devDependencies": { "@commitlint/cli": "19.2.2", "@commitlint/config-conventional": "19.2.2", "@types/jest": "29.5.12", "cz-conventional-changelog": "3.3.0", "husky": "9.0.11", "jest": "29.7.0", "scratch-semantic-release-config": "1.0.14", "semantic-release": "22.0.12", "webpack": "5.91.0" }, "peerDependencies": { "@babel/preset-env": "^7.24.0", "babel-loader": "^9.1.3", "webpack": "^5.90.3" } }