ScoopInstaller_Main/bucket/stoplight-prism.json
2023-06-01 16:30:19 +00:00

30 lines
898 B
JSON

{
"version": "5.0.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.0.1/prism-cli-win.exe#/prism-cli.exe",
"hash": "be741479fce3c658069d8d6bbf50f5951fafc4ac4f59fd33bc90609c7c9d5b93"
}
},
"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"
}
}
}
}