mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
34 lines
743 B
JSON
34 lines
743 B
JSON
{
|
|
"name": "ripple-address-codec",
|
|
"version": "3.0.4",
|
|
"description": "encodes/decodes base58 encoded XRP Ledger identifiers",
|
|
"files": [
|
|
"dist/*",
|
|
"build/*"
|
|
],
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"base-x": "3.0.4",
|
|
"create-hash": "^1.1.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ripple/ripple-address-codec.git"
|
|
},
|
|
"prepublish": "tsc",
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"test": "tsc && tslint -p ./ && mocha",
|
|
"lint": "tslint -p ./"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^10.12.0",
|
|
"mocha": "^5.0.5",
|
|
"tslint": "^5.19.0",
|
|
"tslint-eslint-rules": "^5.4.0",
|
|
"typescript": "^3.1.3"
|
|
}
|
|
}
|