@joakimono/echarts-extension-leaflet
Version:
Leaflet map extension for Apache ECharts 5 & 6
58 lines (57 loc) • 1.54 kB
JSON
{
"name": "@joakimono/echarts-extension-leaflet",
"version": "1.1.0",
"description": "Leaflet map extension for Apache ECharts 5 & 6",
"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",
"echarts6"
],
"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 || ^6.0.0",
"leaflet": "^1.7.1"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"ts-loader": "^9.5.2",
"typescript": "^5.7.0",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4"
}
}