{
  "name": "whitebox-wasm",
  "type": "module",
  "description": "Pure-Rust geospatial toolkit (raster, vector, LiDAR, projections) compiled to WebAssembly",
  "version": "0.5.1",
  "license": "MIT OR Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/opengeos/whitebox-wasm"
  },
  "files": [
    "whitebox_wasm_bg.wasm",
    "whitebox_wasm.js",
    "whitebox_wasm.d.ts",
    "whitebox-cli.wasm",
    "tools.mjs",
    "tools.d.ts"
  ],
  "main": "whitebox_wasm.js",
  "homepage": "https://github.com/opengeos/whitebox-wasm",
  "types": "whitebox_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "geospatial",
    "wasm",
    "gis",
    "geotiff",
    "lidar"
  ],
  "dependencies": {
    "@bjorn3/browser_wasi_shim": "^0.4.2"
  },
  "exports": {
    ".": {
      "types": "./whitebox_wasm.d.ts",
      "default": "./whitebox_wasm.js"
    },
    "./tools": {
      "types": "./tools.d.ts",
      "default": "./tools.mjs"
    }
  }
}
