mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
- @transia/ripple-address-codec@4.2.6-tbeta.0 - @transia/ripple-binary-codec@1.4.4-tbeta.0 - @transia/ripple-keypairs@1.1.6-tbeta.0 - @transia/xrpl@2.7.1-tbeta.0
33 lines
812 B
JSON
33 lines
812 B
JSON
{
|
|
"name": "@transia/ripple-address-codec",
|
|
"version": "4.2.6-tbeta.0",
|
|
"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.9",
|
|
"create-hash": "^1.1.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:Transia-RnD/xrpl.js/tree/transia-beta"
|
|
},
|
|
"prepublish": "tsc -b",
|
|
"prepublishOnly": "tslint -b ./ && jest",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"test": "jest --verbose false --silent=false ./src/*.test.js",
|
|
"lint": "eslint . --ext .ts",
|
|
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo"
|
|
},
|
|
"prettier": "@xrplf/prettier-config",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
}
|