{
  "name": "@antv/l7plot",
  "version": "0.5.11",
  "description": "Geospatial Visualization Chart Library",
  "keywords": [
    "antv",
    "chart",
    "l7",
    "plot"
  ],
  "homepage": "https://github.com/antvis/L7Plot#readme",
  "bugs": {
    "url": "https://github.com/antvis/L7Plot/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/antvis/L7Plot.git"
  },
  "license": "MIT",
  "author": "yunji",
  "sideEffects": false,
  "main": "dist/lib/index.js",
  "unpkg": "dist/umd/l7plot.min.js",
  "module": "dist/esm/index.js",
  "types": "dist/lib/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn run clean && yarn run build:cjs && yarn run build:esm",
    "build:cjs": "tsc -p tsconfig.json --module CommonJS --outDir dist/lib",
    "build:esm": "tsc -p tsconfig.json --module ESNext --outDir dist/esm",
    "build:umd": "rollup -c rollup.config.js",
    "clean": "rimraf dist",
    "dev": "yarn run dev:cjs",
    "dev:cjs": "tsc -p tsconfig.json --target ES6 --module CommonJS --outDir dist/lib --watch",
    "lint": "eslint src __tests__ --ext .js,.ts",
    "lint-fix": "eslint src __tests__ --ext .js,.ts --fix",
    "prettier": "prettier src __tests__ -c -w",
    "typedoc": "typedoc"
  },
  "dependencies": {
    "@antv/event-emitter": "^0.1.2",
    "@antv/l7plot-component": "^0.0.11",
    "@antv/util": "^2.0.13",
    "lodash-es": "^4.17.21",
    "topojson-client": "^3.1.0"
  },
  "devDependencies": {
    "@antv/l7": "^2.21.0",
    "@types/amap-js-api": "^1.4.6",
    "@types/geojson": "^7946.0.8",
    "@types/lodash-es": "^4.17.4",
    "@types/topojson-client": "^3.1.0"
  },
  "peerDependencies": {
    "@antv/l7": "^2.21.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "gitHead": "a3077d0eb54ec6e8f65ccce745fe93549e39cfec"
}
