mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-11 18:13:08 +00:00
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
434 B
JSON
21 lines
434 B
JSON
{
|
|
"name": "@waku/rln-example",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"dependencies": {
|
|
"@waku/rln": "file:../"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.76.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.11.1",
|
|
"copy-webpack-plugin": "^11.0.0"
|
|
}
|
|
}
|