{
  "name": "cesium-geoserverterrainprovider",
  "version": "0.8.0",
  "description": "plugin to create a Cesium terrain provider from Geoserver",
  "main": "dist/GeoserverTerrainProvider.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "node esbuild.config.js --dev",
    "build": "node esbuild.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaktus40/Cesium-GeoserverTerrainProvider.git"
  },
  "keywords": [
    "Cesium",
    "Geoserver",
    "Geoserver"
  ],
  "author": "kaktus40",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kaktus40/Cesium-GeoserverTerrainProvider/issues"
  },
  "homepage": "https://github.com/kaktus40/Cesium-GeoserverTerrainProvider#readme",
  "devDependencies": {
    "@stdlib/ndarray": "^0.0.13",
    "@types/node": "^20.2.5",
    "@typescript-eslint/eslint-plugin": "^5.59.8",
    "@typescript-eslint/parser": "^5.59.8",
    "cesium": "^1.105.2",
    "create-serve": "https://github.com/kaktus40/serve/tarball/main",
    "esbuild": "^0.17.19",
    "esbuild-plugin-external-global": "^1.0.1",
    "esbuild-svelte": "^0.7.3",
    "eslint": "^8.41.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "fs-extra": "^11.1.1",
    "gdal-async": "^3.7.0",
    "ndarray-gdal": "^1.3.1",
    "svelte": "^3.59.1",
    "svelte-preprocess": "^5.0.4",
    "typedoc": "^0.24.7",
    "typescript": "^5.0.4",
    "yargs": "^17.7.2"
  },
  "browserslist": [
    "last 1 version",
    "> 0.5%"
  ],
  "toCopy": [
    {
      "in": "./node_modules/cesium/Build/CesiumUnminified/",
      "out": "./dist/evaluation/"
    }
  ],
  "dependencies": {
    "ndarray-ops": "^1.2.2",
    "snappyjs": "^0.7.0"
  }
}
