ScoopInstaller_Main/bucket/stoplight-prism.json
2020-08-25 12:14:37 +02:00

30 lines
860 B
JSON

{
"version": "4.0.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/v4.0.0/prism-cli.exe",
"hash": "051be66a896d1c503474dc5a8e83b5c4a116fd742fdf5b16e0ab72d3182329de"
}
},
"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"
}
}
}
}