2025-06-27 20:29:10 +00:00

25 lines
742 B
JSON

{
"version": "0.274.2",
"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.274.2/flow-win64-v0.274.2.zip",
"hash": "9ae82572e40f7c59f87b31da06dffefb89c5464ea3a9fe4cc80e5076db85f472"
}
},
"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"
}
}
}
}