🎉 Get the party started

This commit is contained in:
Dennis Reimann
2020-04-28 21:43:55 +02:00
commit 7fb83e187a
5 changed files with 290 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"private": true,
"name": "stacking-sats-kraken",
"version": "0.1.0",
"description": "Use the Kraken API to stack sats",
"author": "Dennis Reimann <mail@dennisreimann.de>",
"license": "MIT",
"main": "index.js",
"scripts": {
"stack-sats": "node index.js",
"test": "node index.js --validate"
},
"dependencies": {
"kraken-api": "1.0.0"
}
}