Files
xrpl-dev-portal/_code-samples/address_encoding/js/package.json
2024-06-20 14:10:21 -07:00

10 lines
237 B
JSON

{
"name": "address_encoding",
"version": "0.0.1",
"license": "MIT",
"//": "Change the license to something appropriate. You may want to use 'UNLICENSED' if you are just starting out.",
"dependencies": {
"base-x": "*"
}
}