{
  "name": "@senx/discovery-plugin-plot",
  "description": "Discovery plugin for plot",
  "keywords": [
    "web",
    "dataviz",
    "web components",
    "time series",
    "warp10",
    "Warp 10",
    "WarpScript",
    "Geo Times Series",
    "Times Series"
  ],
  "author": "SenX <contact@senx.io>",
  "homepage": "https://warp10.io/",
  "license": "Apache-2.0",
  "version": "0.0.32",
  "private": false,
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/discovery-plot/discovery-plot.esm.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "dev": "stencil build --dev --watch --serve --port 3335 --no-open",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "prepublishOnly": "yarn clean && yarn build",
    "clean": "rm -fr ./www && rm -fr ./dist",
    "gen": "stencil generate",
    "lint": "tslint -c tslint.json 'src/**/*.ts*'"
  },
  "peerDependencies": {
    "@senx/discovery-widgets": ">= 1.1.4"
  },
  "dependencies": {
    "@stencil/core": "^4.14.0",
    "moment": "^2.30.1",
    "moment-timezone": "^0.5.45",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@senx/discovery-widgets": "1.2.45",
    "@stencil/sass": "^3.0.11",
    "@types/uuid": "^9.0.8",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "tslib": "^2.6.2",
    "typescript": "^5.4.3"
  }
}
