@kondi/uplot
Version:
A small, fast chart for time series, lines, areas, ohlc & bars
46 lines (45 loc) • 997 B
JSON
{
"name": "@kondi/uplot",
"version": "1.6.33-spannulls.1",
"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 <leeoniya@gmail.com>",
"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.50.0"
}
}