🛠 Rename scripts and unify shell script

This commit is contained in:
Dennis Reimann
2020-11-10 21:42:52 +01:00
parent 7fd9fe1043
commit fa7fe94d6d
3 changed files with 33 additions and 36 deletions

View File

@@ -7,10 +7,10 @@
"license": "MIT",
"main": "stack.js",
"scripts": {
"stack-sats": "node index.js --cmd=stack",
"withdraw-sats": "node index.js --cmd=withdraw",
"test:stack-sats": "node index.js --cmd=stack --validate",
"test:withdraw-sats": "node index.js --cmd=withdraw --validate"
"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"