Last active
May 3, 2020 03:12
-
-
Save modster/5f54a9d9d5bbd2f17021de1321b4b498 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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