UNPKG

@naivemap/mapbox-gl-echarts-layer

Version:

Integrate the Lines graph and Scatter (bubble) chart of Apache ECharts.

56 lines (55 loc) 1.43 kB
{ "name": "@naivemap/mapbox-gl-echarts-layer", "version": "0.3.3", "description": "Integrate the Lines graph and Scatter (bubble) chart of Apache ECharts.", "author": "huanglii <li.huangli@qq.com>", "homepage": "https://github.com/naivemap/mapbox-gl-layers#readme", "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "exports": { "./package.json": "./package.json", ".": { "import": "./dist/es/index.js", "require": "./dist/js/index.js" } }, "types": "dist/js/index.d.ts", "sideEffects": false, "files": [ "dist" ], "keywords": [ "mapbox-gl", "echarts", "scatter", "lines" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/naivemap/mapbox-gl-layers.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "build": "npm-run-all build:*", "build:es": "tsc --outDir dist/es --module esnext --declaration false", "build:js": "tsc", "prepublishOnly": "npm-run-all build:*" }, "bugs": { "url": "https://github.com/naivemap/mapbox-gl-layers/issues" }, "peerDependencies": { "echarts": "^5.3.0" }, "devDependencies": { "@types/mapbox-gl": "^2.7.2", "@types/node": "^17.0.36", "echarts": "^5.3.2", "npm-run-all": "^4.1.5" }, "gitHead": "0c380c018a344ca66303d59269532fd7f8112074" }