{
    "version": "2.8.3",
    "description": "JavaScript and Node.js 14.x REPL environment for interacting with MongoDB",
    "homepage": "https://docs.mongodb.com/mongodb-shell",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://downloads.mongodb.com/compass/mongosh-2.8.3-win32-x64.zip",
            "hash": "5d7dda0cdda7bc8c932d19a01bb1b364030522da69ca76c9458de72b1f278223",
            "extract_dir": "mongosh-2.8.3-win32-x64"
        }
    },
    "bin": "bin\\mongosh.exe",
    "checkver": {
        "url": "https://www.mongodb.com/try/download/shell",
        "regex": "mongosh-([\\d.]+)-win"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.mongodb.com/compass/mongosh-$version-win32-x64.zip",
                "extract_dir": "mongosh-$version-win32-x64"
            }
        }
    }
}
