UNPKG

@blackphoenixslo/trading-bot-framework

Version:

A comprehensive framework for building trading bots with support for TradingView, various market data providers, MongoDB, Google Sheets, and Discord alerts.

35 lines (34 loc) 985 B
{ "name": "@blackphoenixslo/trading-bot-framework", "version": "1.3.5", "description": "A comprehensive framework for building trading bots with support for TradingView, various market data providers, MongoDB, Google Sheets, and Discord alerts.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/BlackPhoenixSlo/trading-bot-framework.git" }, "keywords": [ "trading", "bot", "framework", "TradingView", "market data", "MongoDB", "Google Sheets", "Discord" ], "author": "Jaka Basej(jakabsej1999@gmail.com)", "license": "ISC", "bugs": { "url": "https://github.com/BlackPhoenixSlo/trading-bot-framework/issues" }, "homepage": "https://github.com/BlackPhoenixSlo/trading-bot-framework#readme", "dependencies": { "mongodb": "^4.0.0", "google-spreadsheet": "^3.0.0", "discord.js": "^13.0.0" } }