{
  "name": "vgrid-maplibre",
  "type": "module",
  "version": "1.1.16",
  "description": "DGGS Visualization for MapLibre and Mapbox GL JS",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./H3/H3Grid": "./H3/H3Grid.js",
    "./S2/S2Grid": "./S2/S2Grid.js",
    "./A5/A5Grid": "./A5/A5Grid.js",
    "./DGGRID/DGGRIDGrid": "./DGGRID/DGGRIDGrid.js",
    "./DGGAL/DGGALGrid": "./DGGAL/DGGALGrid.js",
    "./QTM/QTMGrid": "./QTM/QTMGrid.js",
    "./OLC/OLCGrid": "./OLC/OLCGrid.js",
    "./Geohash/GeohashGrid": "./Geohash/GeohashGrid.js",
    "./GEOREF/GEOREFGrid": "./GEOREF/GEOREFGrid.js",
    "./MGRS/MGRSGrid": "./MGRS/MGRSGrid.js",
    "./Tilecode/TilecodeGrid": "./Tilecode/TilecodeGrid.js",
    "./Maidenhead/MaidenheadGrid": "./Maidenhead/MaidenheadGrid.js",
    "./GARS/GARSGrid": "./GARS/GARSGrid.js",
    "./DIGIPIN/DGIGIPINGrid": "./DIGIPIN/DGIGIPINGrid.js"
  },
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "serve": "node --experimental-modules scripts/serve.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opengeoshub/vgrid-maplibre.git"
  },
  "keywords": [
    "DGGS",
    "H3",
    "S2",
    "A5",
    "DGGRID",
    "ISEEA4H",
    "ISEEA4T",
    "ISEEA4D",
    "DGGAL",
    "GNOSISGlobalGrid",
    "ISEA4R",
    "ISEA9R",
    "ISEA3H",
    "ISEA7H",
    "ISEA7H_Z7",
    "IVEA4R",
    "IVEA9R",
    "IVEA3H",
    "IVEA7H",
    "IVEA7H_Z7",
    "RTEA4R",
    "RTEA9R",
    "RTEA3H",
    "RTEA7H",
    "RTEA7H_Z7",
    "HEALPix",
    "rHEALPix",
    "QTM",
    "OLC",
    "OpenLocationCode",
    "Google Pluscode",
    "Geohash",
    "GEOREF",
    "MGRS",
    "Tilecode",
    "Maidenhead",
    "GARS",
    "DIGIPIN"  
    ],
  "author": "Thang Quach",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/opengeoshub/vgrid-maplibre/issues"
  },
  "homepage": "https://github.com/opengeoshub/vgrid-maplibre#readme",
  "dependencies": {
    "a5-js": "^0.6.1",
    "h3-js": "^4.3.0",
    "maplibre-gl": "^5.13.0",
    "open-location-code": "^1.0.3",
    "s2js": "^1.43.6",
    "turf": "^7.3.0"
  } 
}
