Files
krakenbot/package.json
Dennis Reimann 7fb83e187a 🎉 Get the party started
2020-04-29 08:21:17 +02:00

17 lines
372 B
JSON

{
"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"
}
}