{
  "start": "webpack-dev-server --hot --inline --host 0.0.0.0 --port {{PORT}}",
  "flow": "flow status",
  "lint": "eslint index.js ./src -f table || true",
  "test": "jest",
  "test:watch": "jest --watch",
  "test:watch:all": "jest --watchAll",
  "test:coverage": "jest --coverage",
  "test:all": "yarn lint && yarn test:coverage"
}
