{
  "name": "@mapwhit/mbtiles",
  "version": "2.1.0",
  "description": "Utilities for reading the MBTiles format.",
  "keywords": [
    "map",
    "mbtiles"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapwhit/mbtiles.git"
  },
  "license": "BSD-3-Clause",
  "author": "Mapbox (https://www.mapbox.com)",
  "contributors": [
    "Tom MacWright <tmcw>",
    "Will White <willwhite>",
    "Dane Springmeyer <springmeyer>",
    "Young Hahn <yhahn>",
    "Konstantin Käfer <kkaefer>",
    "Andrew Pendleton <apendleton>",
    "Kai Dalgleish <kaibot3000>",
    "Damian Krzeminski <pirxpilot@furkot.com>"
  ],
  "type": "module",
  "exports": "./lib/mbtiles.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "make check"
  },
  "dependencies": {
    "@mapbox/sphericalmercator": "~2",
    "@mapbox/tiletype": "~0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.6"
  },
  "engines": {
    "node": ">= 24"
  },
  "url": "https://github.com/mapwhit/mbtiles"
}
