{ "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.105.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.4" }, "dependencies": { "html-webpack-plugin": "^5.5.0" } }