UNPKG

js-moi-manifest

Version:

Module to encode and decode MOI Logic Engine input and output.

30 lines 799 B
{ "name": "js-moi-manifest", "version": "0.6.1-rc2", "description": "Module to encode and decode MOI Logic Engine input and output.", "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", "manifest" ], "author": "Sarva Labs Inc. & MOI Protocol Developers", "license": "Apache-2.0 OR MIT", "dependencies": { "js-moi-utils": "^0.6.1-rc2", "js-polo": "0.1.4", "yaml": "^2.6.0" } }