{
  "name": "symfluence",
  "version": "0.9.1",
  "description": "SYnergistic Modelling Framework for Linking and Unifying Earth-system Nexii for Computational Exploration - Pre-compiled hydrological modeling tools",
  "main": "index.js",
  "bin": {
    "symfluence": "bin/symfluence",
    "summa": "bin/summa",
    "mizuroute": "bin/mizuroute",
    "ngen": "bin/ngen",
    "fuse": "bin/fuse",
    "taudem": "bin/taudem",
    "vic": "bin/vic",
    "swat": "bin/swat",
    "prms": "bin/prms",
    "mhm": "bin/mhm",
    "crhm": "bin/crhm",
    "wrfhydro": "bin/wrfhydro",
    "watflood": "bin/watflood",
    "mf6": "bin/mf6",
    "parflow": "bin/parflow",
    "pihm": "bin/pihm",
    "gsflow": "bin/gsflow",
    "clm": "bin/clm",
    "rhessys": "bin/rhessys",
    "hype": "bin/hype",
    "mesh": "bin/mesh",
    "wmfire": "bin/wmfire"
  },
  "scripts": {
    "postinstall": "node install.js",
    "preuninstall": "node uninstall.js"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "engines": {
    "node": ">=14"
  },
  "keywords": [
    "hydrology",
    "modeling",
    "summa",
    "mizuroute",
    "ngen",
    "fuse",
    "taudem",
    "scientific",
    "water-resources"
  ],
  "author": "Darri Eythorsson",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/symfluence-org/SYMFLUENCE.git"
  },
  "homepage": "https://github.com/symfluence-org/SYMFLUENCE",
  "bugs": {
    "url": "https://github.com/symfluence-org/SYMFLUENCE/issues"
  },
  "files": [
    "bin/",
    "lib/",
    "dist/",
    "install.js",
    "uninstall.js",
    "pixi.toml",
    "README.md"
  ]
}
