ScoopInstaller_Main/bucket/stoplight-prism.json
2024-03-19 00:33:13 +00:00

30 lines
898 B
JSON

{
"version": "5.6.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.6.0/prism-cli-win.exe#/prism-cli.exe",
"hash": "f3416bb71313fac61083b25658a77103b2060ab5e7c09e4c7320b92224f6a162"
}
},
"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"
}
}
}
}