UNPKG

@alandlguo/tradingview-api

Version:

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

54 lines (53 loc) 1.1 kB
{ "name": "@alandlguo/tradingview-api", "version": "1.2.3", "description": "Tradingview instant stocks API, indicator alerts, trading bot, and more !", "main": "main.js", "module": "index.mjs", "exports": { ".": { "import": "./index.mjs", "require": "./main.js" }, "./src/*": "./src/*" }, "scripts": { "test": "vitest" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/AlanGuo/TradingView-API.git" }, "engines": { "node": ">=14.0.0" }, "keywords": [ "tradingwiew", "market", "stocks", "crypto", "forex", "indicator", "bitcoin", "api" ], "author": "AlanGuo", "license": "ISC", "publishConfig": { "access": "public" }, "dependencies": { "axios": "^1.5.0", "jszip": "^3.7.1", "ws": "^7.4.3" }, "devDependencies": { "@babel/eslint-parser": "^7.15.7", "@mathieuc/console": "^1.0.1", "dotenv": "^16.3.1", "eslint": "^7.25.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "vitest": "^0.31.1" } }