mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
14 lines
237 B
JSON
14 lines
237 B
JSON
{
|
|
"name": "transaction-serialisation-examples",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.7",
|
|
"xrpl": "^2.11.0"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|