{
  "name": "@gisatcz/deckgl-geolib",
  "version": "2.5.0",
  "description": "Deck.gl extension for rendering Cloud-Optimized GeoTIFF (COG) data",
  "keywords": [
    "deck.gl",
    "geotiff",
    "webgl",
    "gis",
    "visualization",
    "cog"
  ],
  "license": "MIT",
  "author": "Gisat",
  "homepage": "https://github.com/Gisat/deck.gl-geotiff/tree/master/geoimage#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gisat/deck.gl-geotiff.git",
    "directory": "geoimage"
  },
  "bugs": {
    "url": "https://github.com/Gisat/deck.gl-geotiff/issues"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "type": "module",
  "types": "dist/esm/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/esm/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "rollup": "rollup -c",
    "start": "yarn && yarn rollup",
    "lint": "eslint 'src/**/*.{js,ts,tsx}'",
    "lintFix": "eslint 'src/**/*.{js,ts,tsx}' --fix"
  },
  "dependencies": {
    "@mapbox/martini": "^0.2.0",
    "chroma-js": "^3.2.0",
    "geotiff": "^3.0.5"
  },
  "peerDependencies": {
    "@deck.gl/core": ">=9.0.0",
    "@deck.gl/extensions": ">=9.0.0",
    "@deck.gl/geo-layers": ">=9.0.0",
    "@deck.gl/layers": ">=9.0.0",
    "@deck.gl/mesh-layers": ">=9.0.0",
    "@loaders.gl/core": ">=4.0.0",
    "@loaders.gl/loader-utils": ">=4.0.0",
    "@loaders.gl/schema": ">=4.0.0",
    "@luma.gl/core": ">=9.0.0",
    "@luma.gl/engine": ">=9.0.0",
    "@luma.gl/shadertools": ">=9.0.0"
  },
  "devDependencies": {
    "@deck.gl/core": "^9.2.11",
    "@deck.gl/extensions": "^9.2.11",
    "@deck.gl/geo-layers": "^9.2.11",
    "@deck.gl/layers": "^9.2.11",
    "@deck.gl/mesh-layers": "^9.2.11",
    "@loaders.gl/core": "^4.3.4",
    "@loaders.gl/loader-utils": "^4.3.4",
    "@loaders.gl/schema": "^4.3.4",
    "@luma.gl/core": "^9.2.6",
    "@luma.gl/engine": "^9.2.6",
    "@luma.gl/shadertools": "^9.2.6",
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/chroma-js": "^3.1.2",
    "eslint": "^9.39.3",
    "rollup": "^4.60.1",
    "rollup-plugin-dts": "^6.4.1",
    "rollup-plugin-filesize": "^10.0.0",
    "tslib": "^2.8.1",
    "typescript": "^6.0.2"
  }
}
