{
  "name": "@antv/l7-core",
  "version": "2.25.4",
  "description": "",
  "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": {
    "@antv/async-hook": "^2.2.9",
    "@babel/runtime": "^7.7.7",
    "@mapbox/tiny-sdf": "^1.2.5",
    "@turf/helpers": "^6.1.4",
    "eventemitter3": "^4.0.0",
    "gl-matrix": "^3.1.0",
    "hammerjs": "^2.0.8",
    "viewport-mercator-project": "^6.2.1",
    "@antv/l7-utils": "2.25.4"
  },
  "devDependencies": {
    "@types/gl-matrix": "^2.4.5",
    "@types/hammerjs": "^2.0.46",
    "@types/viewport-mercator-project": "^6.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"
  }
}