ScoopInstaller_Main/bucket/stoplight-prism.json
2021-04-29 04:02:32 +02:00

30 lines
860 B
JSON

{
"version": "4.2.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/v4.2.1/prism-cli.exe",
"hash": "af57143ca64939d33fcedfbcf3b91c55dc5ced559e7fc21b1641fb57f56a3912"
}
},
"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"
}
}
}
}