{
  "name": "@antv/l7",
  "version": "2.28.11",
  "description": "A Large-scale WebGL-powered Geospatial Data Visualization",
  "repository": "git@github.com:antvis/L7.git",
  "license": "MIT",
  "author": "https://github.com/orgs/antvis/people",
  "sideEffects": true,
  "main": "lib/index.js",
  "unpkg": "dist/l7.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "dist",
    "lib",
    "es",
    "!dist/report.html"
  ],
  "dependencies": {
    "@babel/runtime": "^7.7.7",
    "@antv/l7-component": "2.28.11",
    "@antv/l7-layers": "2.28.11",
    "@antv/l7-maps": "2.28.11",
    "@antv/l7-scene": "2.28.11",
    "@antv/l7-core": "2.28.11",
    "@antv/l7-utils": "2.28.11",
    "@antv/l7-source": "2.28.11"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "dev": "father dev",
    "build": "npm run clean && father build",
    "check-deps": "father doctor",
    "lint": "eslint src",
    "clean": "rimraf dist es lib"
  }
}