{
  "name": "@antv/l7-utils",
  "version": "2.25.4",
  "description": "Utils for L7",
  "license": "MIT",
  "author": "https://github.com/orgs/antvis/people",
  "sideEffects": true,
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "lib",
    "es"
  ],
  "dependencies": {
    "@babel/runtime": "^7.7.7",
    "@turf/bbox": "^6.5.0",
    "@turf/bbox-polygon": "^6.5.0",
    "@turf/helpers": "^6.1.4",
    "earcut": "^2.1.0",
    "eventemitter3": "^4.0.0",
    "gl-matrix": "^3.1.0"
  },
  "devDependencies": {
    "@types/earcut": "^2.1.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": "git@github.com:antvis/L7.git",
  "scripts": {
    "dev": "father dev",
    "build": "npm run clean && father build",
    "check-deps": "father doctor",
    "lint": "eslint src __tests__",
    "clean": "rimraf dist es lib"
  }
}