UNPKG

js-moi-providers

Version:

Module to connect and interact with MOI network

36 lines 963 B
{ "name": "js-moi-providers", "version": "0.7.0-rc1", "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.7.0-rc1", "js-moi-utils": "^0.7.0-rc1", "websocket": "^1.0.35", "crypto": "npm:crypto-browserify" }, "devDependencies": { "@types/websocket": "^1.0.10" } }