{
    "restartable": "nv",
    "delay": 5000,
    "colours": false,
    "verbose": true,
    "ignore": [
        "node_modules",
        "./lib"
    ],
    "watch": [
        "./components",
        "./css",
        "./hooks",
        "./script",
        "./util",
        "./businessComponents",
        "./api",
        "./index.ts",
        "./styles"
    ],
    "events": {
        "restart": "osascript -e 'display notification \"app restarted\" with title \"nodemon\"'"
    },
    "execMap": {
        "js": "npm run lib",
        "vue": "npm run lib"
    },
    "ext": "js, json, vue, ts, scss, css",
    "env": {
        "NODE_ENV": "development",
        "PORT": "3000"
    }
}
