ScoopInstaller_Main/bucket/stoplight-prism.json
2025-04-17 16:29:38 +00:00

30 lines
900 B
JSON

{
"version": "5.14.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.14.2/prism-cli-win.exe#/prism-cli.exe",
"hash": "3061e04f9340cf06a97b03e4c528a43ca1d7447b85fc43ce3b532d50b6b96108"
}
},
"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"
}
}
}
}