{
  "name": "@joakimono/echarts-extension-leaflet",
  "version": "1.0.3",
  "description": "Leaflet map extension for Apache Echarts 5",
  "main": "./dist/echarts-extension-leaflet.js",
  "module": "./src/index.js",
  "types": "./src/types.d.ts",
  "files": [
    "LICENSE",
    "README.org",
    "dist",
    "src",
    "examples/*.html",
    "examples/typescript/*.html",
    "examples/typescript/*.org",
    "examples/typescript/*.ts",
    "examples/typescript/*.js",
    "examples/typescript/*.json"
  ],
  "scripts": {
    "build:dev": "webpack --mode=development --watch --progress",
    "build:prod": "webpack --mode=production",
    "prepublishOnly": "webpack --mode=production",
    "test": "echo \"Warning: no tests specified\" && exit 0"
  },
  "keywords": [
    "echarts",
    "leaflet",
    "echarts-extension",
    "data-visualization",
    "map",
    "echarts5"
  ],
  "author": "Joakim Haugen",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joakimono/echarts-extension-leaflet.git"
  },
  "bugs": {
    "url": "https://github.com/joakimono/echarts-extension-leaflet/issues",
    "email": "joakim.haugen@gmail.com"
  },
  "homepage": "https://github.com/joakimono/echarts-extension-leaflet#readme",
  "peerDependencies": {
    "echarts": "^5.0.1",
    "leaflet": "^1.7.1"
  },
  "devDependencies": {
    "clean-webpack-plugin": "^4.0.0",
    "ts-loader": "^9.3.1",
    "typescript": "^4.8.2",
    "webpack": "^5.76.0",
    "webpack-cli": "^4.10.0"
  }
}
