mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"name": "evernode-setup-helper",
|
|
"scripts": {
|
|
"build": "ncc build index.js --minify -o dist"
|
|
},
|
|
"dependencies": {
|
|
"evernode-js-client": "0.6.60",
|
|
"ip6addr": "0.2.5",
|
|
"ripple-keypairs": "1.3.1"
|
|
}
|
|
}
|