Files
nym/clients/native/examples/js-examples/websocket/package.json
T
dependabot[bot] bcd6c19a97 Bump webpack in /clients/native/examples/js-examples/websocket (#3185)
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-30 14:47:39 +01:00

30 lines
633 B
JSON

{
"name": "nym-client-websocket-demo",
"version": "0.7.0",
"description": "Connect to a local Nym client, send and retrieve from the Nym network. ",
"private": true,
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
},
"keywords": [
"nym",
"anonymity",
"mixnet",
"client",
"rust",
"websockets"
],
"author": "Dave Hrycyszyn",
"license": "Apache-2.0",
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"html-webpack-plugin": "^5.5.0"
}
}