mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
17 lines
398 B
JSON
17 lines
398 B
JSON
{
|
|
"name": "reputationd",
|
|
"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",
|
|
"hotpocket-js-client": "0.5.6",
|
|
"uuid": "9.0.1",
|
|
"archiver": "5.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.3.0"
|
|
}
|
|
}
|