mirror of
https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
synced 2025-12-06 17:27:57 +00:00
32 lines
726 B
JSON
32 lines
726 B
JSON
{
|
|
"name": "xrplp-validation-msg-store",
|
|
"version": "1.0.0",
|
|
"description": "Store XRPL Proof of Validation messages",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"dev": "nodemon .",
|
|
"xpopdev": "source .env && nodemon --max-old-space-size=50 .",
|
|
"serve": "serve ./store/"
|
|
},
|
|
"author": "Wietse Wind <w@xrpl-labs.com>",
|
|
"license": "MIT",
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"store/*"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"dotenv": "^16.3.1",
|
|
"ed25519": "^0.0.5",
|
|
"elliptic": "^6.5.4",
|
|
"node-fetch": "^3.3.2",
|
|
"ripple-address-codec": "^4.3.0",
|
|
"ripple-binary-codec": "^1.10.0",
|
|
"xrpl-client": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"serve": "^14.2.1"
|
|
}
|
|
}
|