flow-bro
Version:
Your personal flow type helper with features like coverage and watch mode
34 lines (33 loc) • 855 B
JSON
{
"name": "flow-bro",
"version": "0.4.3",
"description":
"Your personal flow type helper with features like coverage and watch mode",
"main": "index.js",
"author": "Daniel Schmidt <danielmschmidt92@gmail.com>",
"license": "ISC",
"repository": "DanielMSchmidt/flow-bro",
"scripts": {
"precommit": "lint-staged",
"fmt": "prettier --write **/*.{js,json,css,md}"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
},
"keywords": ["cli", "flow", "flow-type", "coverage", "watch", "helper"],
"bin": {
"flow-bro": "index.js"
},
"dependencies": {
"clear": "0.0.1",
"cli-table": "^0.3.1",
"commander": "^2.9.0",
"ora": "^1.2.0",
"throttled-promise": "^1.0.1"
},
"devDependencies": {
"husky": "^0.14.3",
"lint-staged": "^4.3.0",
"prettier": "^1.8.2"
}
}