19 lines
509 B
JSON
19 lines
509 B
JSON
{
|
|
"private": true,
|
|
"name": "stacking-sats-kraken",
|
|
"version": "0.2.0",
|
|
"description": "Use the Kraken API to stack sats",
|
|
"author": "Dennis Reimann <mail@dennisreimann.de>",
|
|
"license": "MIT",
|
|
"main": "stack.js",
|
|
"scripts": {
|
|
"stack": "node index.js --cmd=stack",
|
|
"withdraw": "node index.js --cmd=withdraw",
|
|
"test:stack": "node index.js --cmd=stack --validate",
|
|
"test:withdraw": "node index.js --cmd=withdraw --validate"
|
|
},
|
|
"dependencies": {
|
|
"kraken-api": "1.0.0"
|
|
}
|
|
}
|