mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"name": "evernode-setup-helper",
|
|
"scripts": {
|
|
"build": "ncc build index.js --minify -o dist"
|
|
},
|
|
"dependencies": {
|
|
"evernode-js-client": "0.5.14"
|
|
}
|
|
}
|