2021-04-25 09:04:57 +02:00

22 lines
702 B
JSON

{
"version": "1.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/v1.0.0/marp-cli-v1.0.0-win.zip",
"hash": "378fdf0e2f5c6fcb16f6cc63065a816bf857852ae8b73790867389f6d6d2145a"
}
},
"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"
}
}
}
}