2022-05-24 16:36:26 +00:00

22 lines
702 B
JSON

{
"version": "2.0.0",
"description": "A CLI interface for Marp and Marpit based converters",
"homepage": "https://github.com/marp-team/marp-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/marp-team/marp-cli/releases/download/v2.0.0/marp-cli-v2.0.0-win.zip",
"hash": "d6c1fb2fcb89687454d1c518537274013ad55fe0a0d2b938d221d2010838175f"
}
},
"bin": "marp.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/marp-team/marp-cli/releases/download/v$version/marp-cli-v$version-win.zip"
}
}
}
}