{
  "name": "uplot",
  "version": "1.6.24",
  "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.0",
    "rollup": "^3.11.0"
  }
}
