@xmr-core/xmr-mymonero-libs
Version:
A collection of utilities for building ontop of a MyMonero compatible API
53 lines (52 loc) • 1.28 kB
JSON
{
"name": "@xmr-core/xmr-mymonero-libs",
"version": "0.0.8",
"description": "A collection of utilities for building ontop of a MyMonero compatible API",
"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",
"@xmr-core/xmr-constants": "^0.0.8",
"@xmr-core/xmr-crypto-utils": "^0.0.8",
"@xmr-core/xmr-fast-hash": "^0.0.8",
"@xmr-core/xmr-money": "^0.0.8",
"@xmr-core/xmr-transaction": "^0.0.8",
"axios": "^0.18.0"
},
"devDependencies": {
"typescript": "^3.0.0"
},
"homepage": "https://github.com/MyCryptoHQ/xmr-core#readme",
"gitHead": "c23b75270350f87bc18cc5c274c8e3271e32ff75",
"publishConfig": {
"access": "public"
}
}