UNPKG

flow-bin

Version:

Binary wrapper for Flow - A static type checker for JavaScript

47 lines (46 loc) 883 B
{ "name": "flow-bin", "version": "0.48.0", "description": "Binary wrapper for Flow - A static type checker for JavaScript", "license": "BSD-3-Clause", "repository": "flowtype/flow-bin", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bin": { "flow": "cli.js" }, "scripts": { "test": "echo \"Error: Run 'make test' instead.\" && exit 1", "verify": "shasum -c SHASUM256.txt" }, "engines": { "node": ">=0.10.0" }, "files": [ "flow-linux64-v*/flow", "flow-osx-v*/flow", "flow-win64-v*/flow.exe", "vendor", "cli.js", "index.js", "SHASUM256.txt" ], "keywords": [ "cli-app", "cli", "bin", "binary", "flow", "facebook", "type", "inference", "check", "checker", "javascript", "js", "wrapper" ] }