{
  "name": "@loaders.gl/wms",
  "version": "4.3.3",
  "description": "Framework-independent loaders for the WMS (Web Map Service) standard",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/loaders.gl"
  },
  "keywords": [
    "WMS",
    "web map service",
    "WFS",
    "web feature service",
    "WMTS",
    "web map tile service",
    "GML",
    "geographic markup language",
    "gis",
    "loader",
    "geospatial",
    "OGC"
  ],
  "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",
    "README.md"
  ],
  "scripts": {
    "pre-build": "npm run build-bundle && npm run build-bundle -- --env=dev",
    "build-bundle": "# ocular-bundle ./bundle.ts --external:{util,fs,path}"
  },
  "browser": {
    "fs": false,
    "path": false
  },
  "dependencies": {
    "@loaders.gl/images": "4.3.3",
    "@loaders.gl/loader-utils": "4.3.3",
    "@loaders.gl/schema": "4.3.3",
    "@loaders.gl/xml": "4.3.3",
    "@turf/rewind": "^5.1.5",
    "deep-strict-equal": "^0.2.0"
  },
  "peerDependencies": {
    "@loaders.gl/core": "^4.3.0"
  },
  "gitHead": "65cb9a984f8aa95d11f50e92189d7fb32786dc41"
}
