ScoopInstaller_Main/bucket/stoplight-prism.json
2023-07-25 20:24:16 +00:00

30 lines
898 B
JSON

{
"version": "5.1.0",
"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.1.0/prism-cli-win.exe#/prism-cli.exe",
"hash": "cdf9cc4f36e390db92b1ca0530d9ef9b8a9ea318756b2e7f797a29d78cfc2d0b"
}
},
"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"
}
}
}
}