{
  "name": "js-moi-sdk",
  "version": "0.6.0",
  "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.6.0",
    "js-moi-manifest": "^0.6.0",
    "js-moi-logic": "^0.6.0",
    "js-moi-hdnode": "^0.6.0",
    "js-moi-wallet": "^0.6.0",
    "js-moi-signer": "^0.6.0",
    "js-moi-bip39": "^0.6.0",
    "js-moi-constants": "^0.6.0",
    "js-moi-utils": "^0.6.0"
  }
}