{
  "name": "@math.gl/web-mercator",
  "description": "Utilities for perspective-enabled Web Mercator projections",
  "author": "Uber Technologies, Inc.",
  "license": "MIT",
  "type": "module",
  "version": "4.1.0",
  "keywords": [
    "webgl",
    "javascript",
    "math",
    "geospatial",
    "cartographic",
    "projection",
    "web mercator",
    "geographic"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/math.gl.git"
  },
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@math.gl/core": "4.1.0"
  },
  "devDependencies": {
    "mock-browser": "^0.92.14"
  },
  "gitHead": "76820f54e2a9034b42bd24ffeb381cc4e01ad46e"
}
