2024-09-27 20:27:42 +00:00

25 lines
742 B
JSON

{
"version": "0.247.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.247.1/flow-win64-v0.247.1.zip",
"hash": "c449759d4769219209d6e8060b1a7511b2d1f8d5672d3c72103d9f378bb146d1"
}
},
"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"
}
}
}
}