Files
Validation-Ledger-Tx-Store-…/package.json
2023-10-01 02:17:39 +02:00

25 lines
515 B
JSON

{
"name": "xrplp-validation-msg-store",
"version": "1.0.0",
"description": "Store XRPL Proof of Validation messages",
"main": "index.mjs",
"scripts": {
"dev": "nodemon ."
},
"author": "Wietse Wind <w@xrpl-labs.com>",
"license": "MIT",
"nodemonConfig": {
"ignore": [
"store/*"
]
},
"dependencies": {
"dotenv": "^16.3.1",
"ed25519": "^0.0.5",
"elliptic": "^6.5.4",
"node-fetch": "^3.3.2",
"ripple-address-codec": "^4.3.0",
"xrpl-client": "^2.2.0"
}
}