2025-06-26 04:30:16 +00:00

25 lines
742 B
JSON

{
"version": "0.274.1",
"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.1/flow-win64-v0.274.1.zip",
"hash": "3c531afc50240d8bf2cf2497afd9a470328f96100c75aef1729a943126eab8a3"
}
},
"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"
}
}
}
}