UNPKG

eadolores

Version:

Desig: The Blockchain-Agnostic Multisig Solution

27 lines (26 loc) 673 B
{ "name": "web3-providers-ipc", "version": "3.0.0-rc.5", "description": "Module to handle web3 RPC connections over IPC sockets.", "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-ipc", "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": { "oboe": "2.1.5", "underscore": "1.12.1", "web3-core-helpers": "1.3.4" }, "devDependencies": { "@types/node": "^12.12.6", "dtslint": "^3.4.1", "typescript": "^3.9.5" } }