Skip to content

Instantly share code, notes, and snippets.

@modster
Last active May 3, 2020 03:12
Show Gist options
  • Save modster/5f54a9d9d5bbd2f17021de1321b4b498 to your computer and use it in GitHub Desktop.
Save modster/5f54a9d9d5bbd2f17021de1321b4b498 to your computer and use it in GitHub Desktop.
{
"name": "< R E P O N A M E >",
"version": "1.0.0",
"description": "A bot that uses TradingView alerts to buy/sell crypto on the Binance Futures API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"binance",
"vercel",
"tradingview"
],
"author": "modster",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/modster/< R E P O N A M E >.git"
},
"bugs": {
"url": "https://github.com/modster/< R E P O N A M E >/issues"
},
"homepage": "https://github.com/modster/< R E P O N A M E >#readme",
"dependencies": {
"node-binance-api": "^0.10.6"
},
"devDependencies": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment