mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
16 lines
356 B
JSON
16 lines
356 B
JSON
{
|
|
"name": "mb-xrpl",
|
|
"scripts": {
|
|
"lint": "./node_modules/.bin/eslint ./app.js",
|
|
"build": "npm run lint && ncc build app.js --minify -o dist"
|
|
},
|
|
"dependencies": {
|
|
"evernode-js-client": "0.6.42",
|
|
"sqlite3": "5.0.2",
|
|
"ip6addr": "0.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.3.0"
|
|
}
|
|
}
|