ScoopInstaller_Main/bucket/stoplight-prism.json
2021-05-18 20:16:36 -07:00

30 lines
860 B
JSON

{
"version": "4.2.3",
"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/v4.2.3/prism-cli.exe",
"hash": "02d74f9b2ae631027ccfa55159c026d9bae048db80f965544bc22f7fe5349185"
}
},
"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.exe"
}
}
}
}