stacking-sats-kraken/package.json

24 lines
751 B
JSON
Raw Permalink Normal View History

2020-04-28 21:43:55 +02:00
{
"private": true,
"name": "stacking-sats-kraken",
2022-08-02 09:52:09 +02:00
"version": "0.4.5",
2020-04-28 21:43:55 +02:00
"description": "Use the Kraken API to stack sats",
"author": "Dennis Reimann <mail@dennisreimann.de>",
2020-12-08 16:51:06 +01:00
"homepage": "https://github.com/dennisreimann/stacking-sats-kraken",
"bugs": "https://github.com/dennisreimann/stacking-sats-kraken/issues",
2021-03-02 19:28:34 +01:00
"funding": {
"url": "https://github.com/dennisreimann/stacking-sats-kraken?sponsor=1"
},
2020-04-28 21:43:55 +02:00
"license": "MIT",
2020-11-09 21:49:21 +01:00
"main": "stack.js",
2020-04-28 21:43:55 +02:00
"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"
2020-04-28 21:43:55 +02:00
},
"dependencies": {
"kraken-api": "1.0.1"
2020-04-28 21:43:55 +02:00
}
}