-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
84 lines (84 loc) · 1.64 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "tse-client",
"version": "2.27.3",
"description": "A client for fetching stock data from the Tehran Stock Exchange (TSETMC). Works in Browser, Node and as CLI.",
"main": "index.js",
"bin": {
"tse": "index.js"
},
"scripts": {
"prepare": "node scripts/prepare.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"tse.js",
"index.js",
"info.json",
"dist",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/m-ahmadi/tse-client.git"
},
"author": "Mohammad Ahmadi",
"license": "MIT",
"bugs": {
"url": "https://github.com/m-ahmadi/tse-client/issues"
},
"homepage": "https://github.com/m-ahmadi/tse-client#readme",
"dependencies": {
"commander": "^8.3.0",
"decimal.js": "^10.4.3",
"jalaali-js": "^1.2.6",
"localforage": "^1.10.0",
"node-fetch": "^2.6.7",
"pako": "^2.0.4",
"progress": "^2.0.3"
},
"devDependencies": {
"dequal": "^2.0.2",
"terser": "^5.10.0"
},
"keywords": [
"tsetmc",
"tse",
"tehran",
"iran",
"stock",
"securities",
"exchange",
"market",
"data",
"dataset",
"price",
"instrument",
"symbol",
"ticker",
"finance",
"financial",
"download",
"downloader",
"crawler",
"cli",
"node",
"browser",
"universal",
"api",
"cache",
"caching",
"compress",
"compression",
"persian",
"farsi",
"TSE Client",
"WebServiceTseClient",
"Tehran Stock Exchange",
"سهام",
"بورس",
"اوراق بهادار",
"تهران",
"ایران",
"تعدیل قیمت"
]
}