-
-
Notifications
You must be signed in to change notification settings - Fork 386
/
package.json
45 lines (45 loc) · 978 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
43
44
45
{
"name": "uplot",
"version": "1.6.31",
"description": "A small, fast chart for time series, lines, areas, ohlc & bars",
"main": "./dist/uPlot.cjs.js",
"module": "./dist/uPlot.esm.js",
"typings": "./dist/uPlot.d.ts",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leeoniya/uPlot.git"
},
"files": [
"package.json",
"README.md",
"LICENSE",
"dist"
],
"keywords": [
"micro",
"time",
"series",
"line",
"area",
"trend",
"bar",
"ohlc",
"plot",
"chart",
"graph"
],
"author": "Leon Sorokin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leeoniya/uPlot/issues"
},
"homepage": "https://github.com/leeoniya/uPlot#readme",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.24.3"
}
}