9006a5012c
Bumps [webpack](https://github.com/webpack/webpack) from 5.71.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.71.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
885 B
JSON
37 lines
885 B
JSON
{
|
|
"name": "draught",
|
|
"version": "1.0.0",
|
|
"description": "Rust wasm-based checkers game",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.prod.js --env production",
|
|
"devbuild": "webpack --config webpack.dev.js",
|
|
"start": "webpack serve --config webpack.dev.js --progress"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sarsoo/draught.git"
|
|
},
|
|
"keywords": [
|
|
"webassembly",
|
|
"wasm",
|
|
"rust",
|
|
"webpack"
|
|
],
|
|
"author": "sarsoo",
|
|
"bugs": {
|
|
"url": "https://github.com/Sarsoo/draught/issues"
|
|
},
|
|
"homepage": "https://github.com/Sarsoo/draught#readme",
|
|
"dependencies": {
|
|
"draught": "file:../pkg"
|
|
},
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^9.0.0",
|
|
"webpack": "^5.76.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-dev-server": "^4.7.4",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|