{
  "name": "@antv/l7-component",
  "version": "2.29.1",
  "description": "Component for L7",
  "license": "MIT",
  "author": "https://github.com/orgs/antvis/people",
  "sideEffects": [
    "*.css",
    "*.less",
    "*.js",
    "*/iconfont/*"
  ],
  "main": "lib/index.js",
  "browser": "dist/l7-component.min.js",
  "unpkg": "dist/l7-component.min.js",
  "jsdelivr": "dist/l7-component.min.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "dist",
    "lib",
    "es"
  ],
  "dependencies": {
    "@babel/runtime": "^7.7.7",
    "eventemitter3": "^4.0.0",
    "supercluster": "^7.0.0",
    "@antv/l7-layers": "2.29.1",
    "@antv/l7-core": "2.29.1",
    "@antv/l7-utils": "2.29.1"
  },
  "devDependencies": {
    "less": "^4.1.3",
    "@antv/l7-test-utils": "^2.29.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:antvis/L7.git"
  },
  "scripts": {
    "dev": "father dev",
    "prebuild:css": "lessc src/css/index.less src/css/index.css",
    "build": "npm run prebuild:css && npm run clean && father build",
    "check-deps": "father doctor",
    "lint": "eslint src __tests__",
    "clean": "rimraf dist es lib"
  }
}