scratch-webpack-configuration/package.json

34 lines
917 B
JSON
Raw Normal View History

2024-03-08 10:41:13 -05:00
{
"name": "scratch-webpack-configuration",
"version": "1.0.0",
"description": "Shared configuration for Scratch's use of webpack",
2024-03-08 15:15:38 -05:00
"main": "src/index.cjs",
"type": "commonjs",
2024-03-08 10:41:13 -05:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+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"
},
2024-03-08 15:15:38 -05:00
"homepage": "https://github.com/scratchfoundation/scratch-webpack-configuration#readme",
"peerDependencies": {
"@babel/preset-env": "^7.24.0",
"babel-loader": "^9.1.3",
"webpack": "^5.90.3"
},
"dependencies": {
2024-03-08 19:57:17 -05:00
"lodash.merge": "^4.6.2",
"webpack-node-externals": "^3.0.0"
2024-03-08 15:15:38 -05:00
}
2024-03-08 10:41:13 -05:00
}