ScoopInstaller_Main/bucket/stoplight-prism.json
2024-07-02 20:27:32 +00:00

30 lines
898 B
JSON

{
"version": "5.8.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.8.2/prism-cli-win.exe#/prism-cli.exe",
"hash": "cc7987e39e2e391216331f65758782179172a326c4331cf1fcdb9896b77154eb"
}
},
"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"
}
}
}
}