{
  "name": "@carbonplan/zarr-layer",
  "version": "0.7.0",
  "description": "MapLibre/Mapbox custom layer for rendering Zarr datasets. Inspired by zarr-cesium, zarr-gl, and @carbonplan/maps.",
  "license": "MIT",
  "type": "module",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "prettier": "@carbonplan/prettier",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carbonplan/zarr-layer.git"
  },
  "homepage": "https://github.com/carbonplan/zarr-layer#readme",
  "bugs": {
    "url": "https://github.com/carbonplan/zarr-layer/issues"
  },
  "keywords": [
    "zarr",
    "maplibre",
    "mapbox"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run typecheck && npm run build",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "prepare": "husky"
  },
  "peerDependencies": {
    "mapbox-gl": "*",
    "maplibre-gl": "*"
  },
  "peerDependenciesMeta": {
    "maplibre-gl": {
      "optional": true
    },
    "mapbox-gl": {
      "optional": true
    }
  },
  "dependencies": {
    "@developmentseed/raster-reproject": "^0.1.0",
    "delaunator": "^5.0.1",
    "proj4": "^2.20.9",
    "zarrita": "^0.7.1"
  },
  "lint-staged": {
    "*.{js,ts,tsx,json,md}": "prettier --write"
  },
  "devDependencies": {
    "@carbonplan/prettier": "^1.2.0",
    "@types/delaunator": "^5.0.3",
    "@types/proj4": "^2.5.6",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "mapbox-gl": "^3.17.0",
    "maplibre-gl": "^5.15.0",
    "prettier": "^2.2.1",
    "tsup": "^8.5.0",
    "typescript": "^5.6.3"
  }
}
