ScoopInstaller_Main/bucket/stoplight-prism.json
2020-05-04 20:13:43 +02:00

30 lines
860 B
JSON

{
"version": "3.3.4",
"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.4/prism-cli.exe",
"hash": "954803f8317b7db0820805d7c71b88dae99aa5fce463c284d3a89bc8c0e9773a"
}
},
"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"
}
}
}
}