{ "private": true, "name": "stacking-sats-kraken", "version": "0.3.0", "description": "Use the Kraken API to stack sats", "author": "Dennis Reimann ", "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" } }