{
  "name": "tradingview-api-adapter",
  "version": "1.2.2",
  "description": "API Adapter for real-time market data as quoted prices and symbol ticker details from Tradingview",
  "main": "dist/index.js",
  "directories": {
    "doc": "docs"
  },
  "dependencies": {
    "ws": "^8.12.0",
    "events": "^3.3.0"
  },
  "devDependencies": {},
  "scripts": {
    "dev-watch": "nodemon _runner.ts",
    "build": "rm -r dist || tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swarum/tradingview-api-adapter.git"
  },
  "keywords": [
    "tradingview",
    "tradingview-api",
    "tradingview-webhooks",
    "tradingview-indicator",
    "stocks-api",
    "stocks-market",
    "stock-prices",
    "stock-trading",
    "realtime-stocks",
    "crypto",
    "bitcoin",
    "dogecoin"
  ],
  "author": "Gerasimenko Oleg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/swarum/tradingview-api-adapter/issues"
  },
  "homepage": "https://github.com/swarum/tradingview-api-adapter#readme"
}
