UNPKG

eadolores

Version:

Desig: The Blockchain-Agnostic Multisig Solution

27 lines (26 loc) 714 B
{ "name": "web3-providers-ws", "version": "3.0.0-rc.5", "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" }, "scripts": { "compile": "tsc -b tsconfig.json", "dtslint": "dtslint --localTs ../../node_modules/typescript/lib types" }, "types": "types/index.d.ts", "main": "lib/index.js", "dependencies": { "eventemitter3": "4.0.4", "underscore": "1.12.1", "web3-core-helpers": "3.0.0-rc.5", "websocket": "^1.0.32" }, "devDependencies": { "dtslint": "^3.4.1", "typescript": "^3.9.5" } }