2024-10-11 04:29:21 +00:00

25 lines
742 B
JSON

{
"version": "0.248.0",
"description": "A static type checker for JavaScript code",
"homepage": "https://flow.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/flow/releases/download/v0.248.0/flow-win64-v0.248.0.zip",
"hash": "7e6a889713e1a4b7a0878e95f06af7ce08af6b12f68914511d945727f6d7803f"
}
},
"extract_dir": "flow",
"bin": "flow.exe",
"checkver": {
"github": "https://github.com/facebook/flow"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/facebook/flow/releases/download/v$version/flow-win64-v$version.zip"
}
}
}
}