Files
krakenbot/package.json
Christoph Stenglein 4e03422821 Update kraken-api; remove deprecation warning in example script (#6)
* Update kraken-api; remove deprecation warning in example script

* Update package.json

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2020-12-08 16:49:39 +01:00

19 lines
509 B
JSON

{
"private": true,
"name": "stacking-sats-kraken",
"version": "0.3.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.1"
}
}