UNPKG

maher-tradingview-api

Version:

Tradingview instant stocks API, indicator alerts, trading bot, and more !

50 lines (49 loc) 1.19 kB
{ "name": "maher-tradingview-api", "version": "1.0.0", "description": "Tradingview instant stocks API, indicator alerts, trading bot, and more !", "main": "main.js", "scripts": { "test": "vitest", "example": "node --env-file=.env", "example:dev": "nodemon --env-file=.env", "web": "node web/server.js", "web:dev": "nodemon web/server.js" }, "repository": { "type": "git", "url": "git+https://github.com/Mathieu2301/TradingView-API.git" }, "engines": { "node": ">=14.0.0" }, "keywords": [ "tradingwiew", "market", "stocks", "crypto", "forex", "indicator", "bitcoin", "api" ], "author": "Mathieu Colmon", "license": "ISC", "dependencies": { "axios": "^1.5.0", "ejs": "^3.1.10", "express": "^5.1.0", "jszip": "^3.7.1", "ws": "^7.4.3" }, "devDependencies": { "@babel/eslint-parser": "^7.15.7", "@mathieuc/console": "^1.0.1", "dotenv": "^16.5.0", "eslint": "^7.25.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "nodemon": "^3.1.10", "vitest": "^0.31.4" } }