2024-10-17 00:34:48 +00:00

25 lines
742 B
JSON

{
"version": "0.249.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.249.0/flow-win64-v0.249.0.zip",
"hash": "14ab926acfc050ed07ca8a47ed813a5daecaca9a49f611a31ccb0cc2c384cbd8"
}
},
"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"
}
}
}
}