{
  "name": "@antv/l7-map",
  "version": "2.25.4",
  "description": "L7 Map",
  "keywords": [],
  "homepage": "https://github.com/antvis/L7#readme",
  "bugs": {
    "url": "https://github.com/antvis/L7/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antvis/L7.git"
  },
  "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",
    "@mapbox/point-geometry": "^0.1.0",
    "@mapbox/unitbezier": "^0.0.1",
    "eventemitter3": "^4.0.4",
    "gl-matrix": "^3.1.0",
    "@antv/l7-utils": "2.25.4"
  },
  "devDependencies": {
    "@types/mapbox__point-geometry": "^0.1.4"
  },
  "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 __tests__",
    "clean": "rimraf dist es lib"
  }
}