UNPKG

js-moi-providers

Version:

Module to connect and interact with MOI network

35 lines 924 B
{ "name": "js-moi-providers", "version": "0.6.1-rc2", "description": "Module to connect and interact with MOI network", "main": "./lib.cjs/index.js", "module": "./lib.esm/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://docs.moi.technology/docs/build/packages/js-moi-sdk", "repository": { "type": "git", "url": "git://github.com/sarvalabs/js-moi-sdk.git" }, "bugs": { "url": "https://github.com/sarvalabs/js-moi-sdk/issues" }, "keywords": [ "moichain", "moi", "providers" ], "author": "Sarva Labs Inc. & MOI Protocol Developers", "license": "Apache-2.0 OR MIT", "dependencies": { "cross-fetch": "^4.0.0", "events": "npm:events@^3.3.0", "js-moi-manifest": "^0.6.1-rc2", "js-moi-utils": "^0.6.1-rc2", "websocket": "^1.0.35" }, "devDependencies": { "@types/websocket": "^1.0.10" } }