xecaddrjs
Version:
eCash general purpose address translation.
65 lines (64 loc) • 1.65 kB
JSON
{
"name": "xecaddrjs",
"version": "0.0.1",
"description": "eCash general purpose address translation.",
"main": "src/xecaddr.js",
"scripts": {
"clean": "shx rm -rf dist/ docs/",
"build": "webpack",
"lint": "standard --global describe --global it src/* test/*",
"pretest": "yarn lint",
"test": "nyc --reporter=html --reporter=text mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"docs": "jsdoc src/xecaddr.js --destination docs",
"readme": "mustache package.json README.tpl.md > README.md"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bytesofman/xecaddrjs.git"
},
"keywords": [
"bitcoin-cash",
"bitcoin",
"bch",
"cryptocurrency",
"address",
"encoding",
"translation",
"base58",
"bitpay",
"cash-address"
],
"author": "bytesofman <joey@bitcoinabc.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bytesofman/xecaddrjs/issues"
},
"homepage": "https://github.com/bytesofman/xecaddrjs#readme",
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"babel-loader": "8.2.2",
"chai": "4.2.0",
"coveralls": "3.0.9",
"jsdoc": "3.6.3",
"mocha": "8.2.1",
"mustache": "2.3.2",
"nyc": "15.0.0",
"shelljs": "0.8.3",
"shx": "^0.3.3",
"standard": "14.3.2",
"webpack": "5.11.0",
"webpack-cli": "4.3.0"
},
"dependencies": {
"bs58check": "2.1.2",
"buffer": "^6.0.3",
"ecashaddrjs": "^1.0.7",
"stream-browserify": "^3.0.0"
}
}