ScoopInstaller_Main/bucket/stoplight-prism.json
2024-11-14 00:35:01 +00:00

30 lines
900 B
JSON

{
"version": "5.12.1",
"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.12.1/prism-cli-win.exe#/prism-cli.exe",
"hash": "9ce286ca16d80e7d49978de2df12af81bf0ca408da52285c5714688f87c72b51"
}
},
"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"
}
}
}
}