{
  "name": "lint-fix-nodemon",
  "description": "watch files and run eslint+fix+nodemon without double restarts",
  "author": "Theo Ephraim <theozero@gmail.com> (https://theoephraim.com)",
  "bin": "index.js",
  "license": "Unlicense",
  "version": "1.1.0",
  "dependencies": {
    "chokidar": "^3.3.1",
    "colors": "^1.4.0",
    "eslint": "^6.8.0",
    "lodash": "^4.17.15",
    "nodemon": "^2.0.2"
  }
}
