{
  "name": "stencil-apexcharts",
  "version": "3.1.0",
  "description": "Stencil Component for ApexCharts",
  "author": {
    "name": "Mikael Karon",
    "email": "mikael@karon.se",
    "url": "https://mikael.karon.se"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apexcharts/stencil-apexcharts.git"
  },
  "keywords": [
    "apexcharts",
    "stencil",
    "charts",
    "data-visualization",
    "web components"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/custom-elements/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/custom-elements/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/apex/apex.esm.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "release": "npm run build && npm publish"
  },
  "peerDependencies": {
    "apexcharts": ">=4.0.0"
  },
  "devDependencies": {
    "@stencil/core": "^4.22.0",
    "apexcharts": "^5.3.5",
    "typescript": "^5.6.0"
  },
  "license": "MIT"
}
