{
  "name": "@mapgrab/map-interface-types",
  "version": "0.1.2",
  "repository": {
    "type": "git",
    "url": "https://github.com/MapGrab/map-grab-packages"
  },
  "homepage": "https://mapgrab.github.io",
  "license": "MIT",
  "keywords": [
    "MapGrab",
    "mapgrab",
    "automation",
    "testing",
    "test",
    "e2e",
    "mapbox-gl-js",
    "maplibre-gl-js"
  ],
  "dependencies": {
    "tslib": "^2.3.0",
    "@types/mapbox__point-geometry": "^0.1.4",
    "@mapbox/point-geometry": "0.x"
  },
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts"
}