{
    "name": "web3-providers-ws",
    "version": "1.2.1",
    "description": "Module to handle web3 RPC connections over WebSockets.",
    "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-ws",
    "license": "LGPL-3.0",
    "engines": {
        "node": ">=8.0.0"
    },
    "main": "src/index.js",
    "dependencies": {
        "underscore": "1.9.1",
        "web3-core-helpers": "1.2.1",
        "websocket": "github:web3-js/WebSocket-Node#polyfill/globalThis"
    }
}
