mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"name": "evernode-cluster",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bson": "4.6.5",
|
|
"evernode-js-client": "0.6.1",
|
|
"hotpocket-js-client": "0.5.4"
|
|
}
|
|
}
|