{
  "name": "@_kwh50/discovery-highcharts",
  "version": "1.5.6",
  "author": {
    "name": "Kyrill Dumerchat",
    "github": "https://github.com/ZukaBri3k",
    "url": "https://kyrill-dumerchat-portfolio.web.app/",
    "company": "Kilowattheure50",
    "company-url": "https://kwh50.io"
  },
  "description": "Link between Senx Discovery and Highcharts",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/discovery-highcharts/discovery-highcharts.esm.js",
  "exports": {
    ".": {
      "import": "./dist/discovery-highcharts/discovery-highcharts.esm.js",
      "require": "./dist/discovery-highcharts/discovery-highcharts.cjs.js"
    },
    "./loader": {
      "import": "./loader/index.js",
      "require": "./loader/index.cjs",
      "types": "./loader/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ZukaBri3k/discovery-highcharts"
  },
  "files": [
    "dist/",
    "loader/",
    "dist/types/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@senx/discovery-widgets": "^1.1.120",
    "@stencil/core": "^4.7.0",
    "@types/jest": "^29.5.6",
    "@types/node": "^16.18.11",
    "@types/uuid": "^10.0.0",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^21.9.0"
  },
  "license": "LGPL-3.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "highcharts": "^12.1.2"
  }
}
