ScoopInstaller_Main/bucket/stoplight-prism.json
2024-09-16 12:31:48 +00:00

30 lines
900 B
JSON

{
"version": "5.11.2",
"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.11.2/prism-cli-win.exe#/prism-cli.exe",
"hash": "b9a8a33b8c01dcfe499c02f37cc5152455fa08e574ae7d03f99e7cfc8d4315c0"
}
},
"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"
}
}
}
}