-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
73 lines (73 loc) · 1.61 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
{
"name": "tradex-chart",
"files": [
"dist",
"LICENSE",
"README.md",
"CONTRIBUTING.md",
"CHANGELOG.md"
],
"main": "./dist/tradex-chart.umd.js",
"module": "./dist/tradex-chart.es.js",
"types": "./dist/tradex-chart.d.ts",
"exports": {
".": {
"import": "./dist/tradex-chart.es.js",
"require": "./dist/tradex-chart.umd.js",
"types": "./dist/tradex-chart.d.ts"
}
},
"private": false,
"version": "0.157.9",
"license": "GNU GPL3",
"scripts": {
"dev": "vite",
"buildall": "./bin/buildall.sh",
"build": "./bin/build.sh",
"serve": "vite serve",
"demo": "vite build && vite serve --open /demo.html",
"format": "prettier --write ."
},
"devDependencies": {
"jsdoc-to-markdown": "^8.0.3",
"rollup-plugin-cleanup": "^3.2.1",
"tsd-jsdoc": "^2.5.0",
"vite": "^5.4.2",
"vite-plugin-virtual-mpa": "^1.12.1"
},
"dependencies": {
"lzjs": "^1.3.1",
"mjolnir.js": "^2.7.1",
"talib-web": "^0.1.3"
},
"keywords": [
"chart",
"crypto",
"canvas",
"trading",
"cryptocurrency",
"technical analysis",
"technical indicators",
"talib",
"stock chart",
"finance",
"stock",
"stockchart",
"exchange",
"candlestick",
"k-line",
"timeline",
"klinechart"
],
"homepage": "https://tradex-app.github.io/TradeX-chart/",
"repository": {
"type": "git",
"url": "https://github.com/tradex-app/TradeX-chart"
},
"bugs": {
"url": "https://github.com/tradex-app/TradeX-chart/issues"
},
"documentation": {
"url": "https://tradex-app.github.io/TradeX-chart/"
}
}