ScoopInstaller_Main/bucket/stoplight-prism.json
2020-08-24 17:07:16 +02:00

30 lines
860 B
JSON

{
"version": "3.3.7",
"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/v3.3.7/prism-cli.exe",
"hash": "1c1eb12699a3213b7ba258141df604f7013e1e21c3885c6584b256232f07fcaa"
}
},
"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"
}
}
}
}