{
  "name": "@naivemap/mapbox-gl-echarts-layer",
  "version": "0.4.0",
  "description": "A Mapbox GL JS layer to integrate Apache ECharts' Lines and Scatter charts.",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "mapbox",
    "echarts",
    "layer",
    "custom"
  ],
  "author": "naivemap",
  "license": "MIT",
  "types": "./dist/index.d.ts",
  "repository": "https://github.com/naivemap/maplibre-gl-layers",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "dependencies": {
    "@naivemap/map-gl-layer-adaptor": "0.2.0",
    "@naivemap/echarts-layer-core": "0.2.0"
  },
  "peerDependencies": {
    "echarts": "^5.0.0",
    "mapbox-gl": "^2.0.0 || ^3.0.0"
  },
  "devDependencies": {
    "echarts": "^5.6.0",
    "mapbox-gl": "^3.10.0"
  },
  "scripts": {
    "build": "vite build",
    "typedocs": "pnpm typedoc"
  }
}