{
    "version": "0.13.0-427",
    "description": "Vim fork focused on extensibility and usability",
    "homepage": "https://neovim.io",
    "license": {
        "identifier": "Apache-2.0,Vim",
        "url": "https://github.com/neovim/neovim/blob/master/LICENSE.txt"
    },
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip",
            "hash": "b68886c378baf315d0cdeeadd4ae71d03dec48934301fedc3a13ab105c1cf88e",
            "extract_dir": "nvim-win64"
        },
        "arm64": {
            "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win-arm64.zip",
            "hash": "5ce4ea0a3ecce42cd37b746cca4d7263261f98527b378c622cb7c414e6d87d5c",
            "extract_dir": "nvim-win-arm64"
        }
    },
    "bin": "bin\\nvim.exe",
    "checkver": {
        "github": "https://api.github.com/repos/neovim/neovim/releases/tags/nightly",
        "jsonpath": "$.body",
        "regex": "NVIM v([\\d.]+)-dev-([a-f\\d]+)",
        "replace": "${1}-${2}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip"
            },
            "arm64": {
                "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win-arm64.zip"
            }
        }
    }
}
