27 lines
793 B
JSON
27 lines
793 B
JSON
{
|
|
"private": true,
|
|
"name": "stacking-sats-kraken",
|
|
"version": "0.4.0",
|
|
"description": "Use the Kraken API to stack sats",
|
|
"author": "Dennis Reimann <mail@dennisreimann.de>",
|
|
"homepage": "https://github.com/dennisreimann/stacking-sats-kraken",
|
|
"bugs": "https://github.com/dennisreimann/stacking-sats-kraken/issues",
|
|
"funding": {
|
|
"url": "https://github.com/dennisreimann/stacking-sats-kraken?sponsor=1"
|
|
},
|
|
"license": "MIT",
|
|
"main": "stack.js",
|
|
"engines": {
|
|
"node": ">=14.15"
|
|
},
|
|
"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"
|
|
}
|
|
}
|