{
  "name": "@loaders.gl/geotiff",
  "version": "4.5.2",
  "description": "Framework-independent loaders for tiff and geotiff",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/loaders.gl"
  },
  "keywords": [
    "webgl",
    "loader",
    "3d",
    "texture",
    "cloud native",
    "tiff",
    "geotiff"
  ],
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "sideEffects": false,
  "files": [
    "src",
    "dist",
    "bin",
    "README.md"
  ],
  "scripts": {
    "pre-build": "npm run build-bundle && npm run build-bundle-dev",
    "build-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.min.js",
    "build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js"
  },
  "dependencies-disabled": {
    "geotiff": "ilan-gold/geotiff.js#ilan-gold/viv_094"
  },
  "dependencies": {
    "@loaders.gl/loader-utils": "4.5.2",
    "fast-xml-parser": "^5.3.6",
    "geotiff": "^2.1.0"
  },
  "peerDependencies": {
    "@loaders.gl/core": "~4.5.0"
  },
  "gitHead": "1fb4da2f508244e22e1aebc0e990f782007c27f5"
}
