2affa76304
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"name": "internal-dev-node",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node src/index.mjs"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@nymproject/nym-client-wasm": "file:../../../dist/node/wasm/client",
|
|
"indexeddbshim": "^13.0.0-pre.1",
|
|
"ws": "^8.17.1"
|
|
}
|
|
}
|