-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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"
}