mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
27 lines
733 B
JSON
27 lines
733 B
JSON
{
|
|
"name": "web3-providers-ws",
|
|
"version": "1.5.2",
|
|
"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",
|
|
"web3-core-helpers": "1.5.2",
|
|
"websocket": "^1.0.32"
|
|
},
|
|
"devDependencies": {
|
|
"dtslint": "^3.4.1",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"gitHead": "a57dd3c5db0e4acb5b326714bd9a2d7ada00c2dc"
|
|
}
|