{
  "name": "@thachnuida/ngx-uplot",
  "version": "0.0.2",
  "description": "Angular wrapper for uplot.",
  "repository": {
    "type": "git",
    "url": "https://github.com/thachnuida/ngx-uplot"
  },
  "homepage": "https://github.com/thachnuida/ngx-uplot#readme",
  "author": {
    "name": "Thach Nguyen",
    "email": "thachnuida@gmail.com"
  },
  "keywords": [
    "angular",
    "uplot"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thachnuida/ngx-uplot/issues"
  },
  "peerDependencies": {
    "uplot": "^1.6.23"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2015/thachnuida-ngx-uplot.mjs",
  "es2020": "fesm2020/thachnuida-ngx-uplot.mjs",
  "esm2020": "esm2020/thachnuida-ngx-uplot.mjs",
  "fesm2020": "fesm2020/thachnuida-ngx-uplot.mjs",
  "fesm2015": "fesm2015/thachnuida-ngx-uplot.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/thachnuida-ngx-uplot.mjs",
      "es2020": "./fesm2020/thachnuida-ngx-uplot.mjs",
      "es2015": "./fesm2015/thachnuida-ngx-uplot.mjs",
      "node": "./fesm2015/thachnuida-ngx-uplot.mjs",
      "default": "./fesm2020/thachnuida-ngx-uplot.mjs"
    }
  },
  "sideEffects": false
}