{
  "name": "protomaps-leaflet",
  "version": "5.1.0",
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      }
    }
  },
  "devDependencies": {
    "@biomejs/biome": "^1.5.3",
    "@maplibre/maplibre-gl-style-spec": "^23.1.0",
    "@types/leaflet": "^1.9.8",
    "@types/node": "^16.18.74",
    "tslib": "^2.3.0",
    "tsup": "^8.4.0",
    "tsx": "^4.19.3",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "@mapbox/point-geometry": "^1.1.0",
    "@mapbox/vector-tile": "^2.0.2",
    "@protomaps/basemaps": "^5.0.0",
    "@types/css-font-loading-module": "^0.0.7",
    "@types/rbush": "^3.0.0",
    "color2k": "^2.0.3",
    "pbf": "^4.0.1",
    "pmtiles": "^3.1.0",
    "potpack": "^1.0.2",
    "rbush": "^3.0.1"
  },
  "scripts": {
    "build": "tsup",
    "tsc": "tsc --noEmit --watch",
    "test": "tsx --test --test-reporter spec test/*.test.ts",
    "check": "biome check src test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/protomaps/protomaps-leaflet.git"
  },
  "keywords": [
    "gis",
    "map"
  ],
  "license": "BSD-3-Clause"
}
