Files
xrpl-dev-portal/_code-samples/escrow/js/package.json
2024-02-02 16:18:27 -08:00

12 lines
237 B
JSON

{
"name": "escrow-examples",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"five-bells-condition": "*",
"ripple-lib": "^0.17.6",
"xrpl": "^3.0.0"
},
"//": "Intended for Node.js version ?.? and higher"
}