2026-01-09 00:44:33 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.4.1",
"description": "The Grammar Checker for Developers",
"homepage": "https://github.com/Automattic/harper",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": [
"https://github.com/Automattic/harper/releases/download/v1.4.1/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v1.4.1/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"ac21276d964e7e073472af77e3de986e044f7a767d19f7d94ed02d216e6b9c8a",
"6fbca765de81942a1a141d36aba9afcf29fbf2ec01c6a35d8fbdd45b729b41eb"
]
}
},
"bin": [
"harper-ls.exe",
"harper-cli.exe"
],
"checkver": {
"github": "https://github.com/Automattic/harper"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/Automattic/harper/releases/download/v$version/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v$version/harper-cli-x86_64-pc-windows-msvc.zip"
]
}
}
}
}