{ "name": "scratch-webpack-configuration", "version": "1.6.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.5.0", "@commitlint/config-conventional": "19.5.0", "@types/jest": "29.5.14", "cz-conventional-changelog": "3.3.0", "husky": "9.1.6", "jest": "29.7.0", "scratch-semantic-release-config": "1.0.16", "semantic-release": "22.0.12", "webpack": "5.96.1" }, "peerDependencies": { "@babel/preset-env": "^7.24.0", "arraybuffer-loader": "^1.0.8", "autoprefixer": "^9.0.1", "babel-loader": "^9.1.3", "css-loader": "5.2.7", "postcss-import": "^12.0.0", "postcss-loader": "4.3.0", "postcss-simple-vars": "^5.0.1", "style-loader": "4.0.0", "ts-loader": "^9.5.1", "url-loader": "4.1.1", "webpack": "^5.90.3" } }