js-moi-logic
Version:
Module to interact with MOI Logic Objects.
33 lines • 902 B
JSON
{
"name": "js-moi-logic",
"version": "0.6.1-rc2",
"description": "Module to interact with MOI Logic Objects.",
"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",
"js-moi-sdk",
"smart contracts"
],
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-manifest": "^0.6.1-rc2",
"js-moi-utils": "^0.6.1-rc2",
"js-moi-providers": "^0.6.1-rc2",
"js-moi-signer": "^0.6.1-rc2",
"@noble/hashes": "^1.1.5",
"buffer": "^6.0.3"
}
}