mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "transaction-serialisation-examples",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert": "^2.1.0",
|
|
"big-integer": "^1.6.52",
|
|
"buffer": "^6.0.3",
|
|
"decimal.js": "^10.4.3",
|
|
"minimist": "^1.2.7",
|
|
"ripple-address-codec": "^5.0.0",
|
|
"xrpl": "^4.2.5"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|