{
  "name": "@india-boundary-corrector/maplibre-protocol",
  "version": "0.2.2",
  "description": "MapLibre GL custom protocol for India boundary corrections",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "src/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./src/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./src/index.d.ts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "tsup"
  },
  "peerDependencies": {
    "maplibre-gl": ">=3.0.0"
  },
  "dependencies": {
    "@india-boundary-corrector/data": "^0.2.2",
    "@india-boundary-corrector/layer-configs": "^0.2.2",
    "@india-boundary-corrector/tilefixer": "^0.2.2"
  },
  "keywords": [
    "india",
    "boundary",
    "map",
    "maplibre",
    "protocol"
  ],
  "author": "ramSeraph",
  "license": "Unlicense",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ramSeraph/india_boundary_corrector.git",
    "directory": "packages/maplibre-protocol"
  },
  "bugs": {
    "url": "https://github.com/ramSeraph/india_boundary_corrector/issues"
  },
  "homepage": "https://github.com/ramSeraph/india_boundary_corrector#readme",
  "changelog": "https://github.com/ramSeraph/india_boundary_corrector/blob/main/packages/maplibre-protocol/CHANGELOG.md"
}
