@xmr-core/xmr-b58
Version:
Functions to encode and decode base58 strings for monero operations
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "@xmr-core/xmr-b58",
"version": "0.0.8",
"description": "Functions to encode and decode base58 strings for monero operations",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "tsc -b ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyCryptoHQ/xmr-core.git"
},
"keywords": [
"xmr-core",
"monero",
"mymonero",
"typescript",
"ts",
"lightweight",
"lightwallet",
"wallet",
"crypto",
"script",
"utility",
"tool",
"xmr"
],
"author": "HenryNguyen5",
"license": "See LICENSE.TXT. Copyright (c) 2014-2018, MyMonero.com. All rights reserved.",
"bugs": {
"url": "https://github.com/MyCryptoHQ/xmr-core/issues"
},
"dependencies": {
"@xmr-core/biginteger": "^0.0.8"
},
"devDependencies": {
"typescript": "^3.0.0"
},
"homepage": "https://github.com/MyCryptoHQ/xmr-core#readme",
"gitHead": "c23b75270350f87bc18cc5c274c8e3271e32ff75",
"publishConfig": {
"access": "public"
}
}