{
  "name": "@deck.gl-community/editable-layers",
  "description": "A suite of 3D-enabled data editing overlays, suitable for deck.gl",
  "license": "MIT",
  "version": "9.2.8",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/deck.gl-community"
  },
  "scripts": {
    "test": "vitest run",
    "test-watch": "vitest"
  },
  "keywords": [
    "webgl",
    "visualization",
    "overlay",
    "layer"
  ],
  "type": "module",
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@math.gl/web-mercator": ">=4.0.1",
    "@turf/along": "^7.2.0",
    "@turf/area": "^7.2.0",
    "@turf/bbox": "^7.2.0",
    "@turf/bbox-polygon": "^7.2.0",
    "@turf/bearing": "^7.2.0",
    "@turf/boolean-point-in-polygon": "^7.2.0",
    "@turf/boolean-within": "^7.2.0",
    "@turf/buffer": "^7.2.0",
    "@turf/center": "^7.2.0",
    "@turf/centroid": "^7.2.0",
    "@turf/circle": "^7.2.0",
    "@turf/clone": "^7.2.0",
    "@turf/destination": "^7.2.0",
    "@turf/difference": "^7.2.0",
    "@turf/distance": "^7.2.0",
    "@turf/ellipse": "^7.2.0",
    "@turf/helpers": "^7.2.0",
    "@turf/intersect": "^7.2.0",
    "@turf/invariant": "^7.2.0",
    "@turf/kinks": "^7.2.0",
    "@turf/line-intersect": "^7.2.0",
    "@turf/meta": "^7.2.0",
    "@turf/midpoint": "^7.2.0",
    "@turf/nearest-point-on-line": "^7.2.0",
    "@turf/point-to-line-distance": "^7.2.0",
    "@turf/polygon-to-line": "^7.2.0",
    "@turf/rewind": "^7.2.0",
    "@turf/rhumb-bearing": "^7.2.0",
    "@turf/rhumb-destination": "^7.2.0",
    "@turf/rhumb-distance": "^7.2.0",
    "@turf/transform-rotate": "^7.2.0",
    "@turf/transform-scale": "^7.2.0",
    "@turf/transform-translate": "^7.2.0",
    "@turf/union": "^7.2.0",
    "@types/geojson": "^7946.0.16",
    "eventemitter3": "^5.0.0",
    "lodash.omit": "^4.1.1",
    "lodash.throttle": "^4.1.1",
    "preact": "^10.17.0",
    "uuid": "9.0.0"
  },
  "peerDependencies": {
    "@deck.gl-community/layers": "^9.2.0-beta",
    "@deck.gl/core": "~9.2.8",
    "@deck.gl/extensions": "~9.2.8",
    "@deck.gl/geo-layers": "~9.2.8",
    "@deck.gl/layers": "~9.2.8",
    "@deck.gl/mesh-layers": "~9.2.8",
    "@luma.gl/constants": "~9.2.6",
    "@luma.gl/core": "~9.2.6",
    "@luma.gl/engine": "~9.2.6",
    "@math.gl/core": ">=4.0.1"
  },
  "gitHead": "9cb179aa3d1707f32116034150ab7130ce88b18c"
}
