UNPKG

js-moi-sdk

Version:

A feature-rich library designed to seamlessly interact with the MOI Protocol.

38 lines 1.11 kB
{ "name": "js-moi-sdk", "version": "0.7.0-rc1", "description": "A feature-rich library designed to seamlessly interact with the MOI Protocol.", "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", "moijs" ], "author": "Sarva Labs Inc. & MOI Protocol Developers", "license": "Apache-2.0 OR MIT", "dependencies": { "js-moi-providers": "^0.7.0-rc1", "js-moi-manifest": "^0.7.0-rc1", "js-moi-logic": "^0.7.0-rc1", "js-moi-hdnode": "^0.7.0-rc1", "js-moi-wallet": "^0.7.0-rc1", "js-moi-signer": "^0.7.0-rc1", "js-moi-bip39": "^0.7.0-rc1", "js-moi-constants": "^0.7.0-rc1", "js-moi-interactions": "^0.7.0-rc1", "js-moi-asset": "^0.7.0-rc1", "js-moi-utils": "^0.7.0-rc1" } }