-
-
Notifications
You must be signed in to change notification settings - Fork 347
/
package.json
42 lines (42 loc) · 905 Bytes
/
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
{
"name": "@mathieuc/tradingview",
"version": "3.4.6",
"description": "Tradingview instant stocks API, indicator alerts, trading bot, and more !",
"main": "main.js",
"scripts": {
"test": "vitest"
},
"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",
"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.4"
}
}