{
  "name": "@antv/l7-source",
  "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/geojson-rewind": "^0.5.2",
    "@mapbox/vector-tile": "^1.3.1",
    "@turf/helpers": "^6.1.4",
    "@turf/invariant": "^6.1.2",
    "@turf/meta": "^6.0.2",
    "eventemitter3": "^4.0.0",
    "geojson-vt": "^3.2.1",
    "pbf": "^3.2.1",
    "supercluster": "^7.0.0",
    "@antv/l7-utils": "2.25.4",
    "@antv/l7-core": "2.25.4"
  },
  "devDependencies": {
    "@types/geojson": "^7946.0.14",
    "@types/geojson-vt": "3.2.0",
    "@types/mapbox__vector-tile": "^1.3.0",
    "@types/pbf": "^3.0.2"
  },
  "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"
  }
}