ScoopInstaller_Main/bucket/stoplight-prism.json
2024-02-02 20:23:32 +00:00

30 lines
898 B
JSON

{
"version": "5.5.4",
"description": "OpenAPI file based API server for mocking, transformations, validations and more",
"homepage": "https://stoplight.io/open-source/prism",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/stoplightio/prism/releases/download/v5.5.4/prism-cli-win.exe#/prism-cli.exe",
"hash": "5359af9ce74592c1444b845ca6058a10869a0b7215f97c209a0b5166d428ee28"
}
},
"bin": [
"prism-cli.exe",
[
"prism-cli.exe",
"prism"
]
],
"checkver": {
"github": "https://github.com/stoplightio/prism"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/stoplightio/prism/releases/download/v$version/prism-cli-win.exe#/prism-cli.exe"
}
}
}
}