{
  "name": "@osm-editor-kit/maplibre-editor-layer-index",
  "version": "0.1.12",
  "description": "Use the OSM Editor Layer Index as background/imagery layers in react-map-gl and maplibre-gl-js, with viewport filtering.",
  "keywords": [
    "basemap",
    "editor-layer-index",
    "eli",
    "imagery",
    "maplibre",
    "maplibre-gl",
    "openstreetmap",
    "osm",
    "raster",
    "react-map-gl"
  ],
  "homepage": "https://osm-editor-kit.github.io/maplibre-editor-layer-index/",
  "bugs": {
    "url": "https://github.com/osm-editor-kit/maplibre-editor-layer-index/issues"
  },
  "license": "MIT",
  "author": "Tobias Jordans",
  "repository": {
    "type": "git",
    "url": "https://github.com/osm-editor-kit/maplibre-editor-layer-index"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react/index.js"
    },
    "./maplibre": {
      "types": "./dist/maplibre/index.d.ts",
      "import": "./dist/maplibre/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "eli:fetch": "bun run scripts/fetch.ts",
    "eli:build": "bun run scripts/build-data.ts",
    "eli:changeset": "bun run scripts/write-eli-changeset.ts",
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "check-size": "bun run scripts/check-size.ts",
    "check-exports": "attw --pack . --ignore-rules cjs-resolves-to-esm internal-resolution-error no-resolution --profile node16",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "@types/geojson": "^7946.0.16"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.5",
    "@rapideditor/country-coder": "^5.6.1",
    "@types/node": "^26.1.1",
    "@types/react": "^19.2.17",
    "maplibre-gl": "^5.24.0",
    "react": "^19.0.0",
    "react-map-gl": "^8.1.1",
    "tsup": "^8.5.1",
    "typescript": "^5.7.2",
    "vitest": "^4.1.10",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "maplibre-gl": ">=4",
    "react": ">=18",
    "react-map-gl": ">=7.1"
  },
  "peerDependenciesMeta": {
    "maplibre-gl": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-map-gl": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18"
  }
}
