ScoopInstaller_Main/bucket/stoplight-prism.json
2024-04-30 00:34:30 +00:00

30 lines
898 B
JSON

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