{
  "exec": "title Dynamo NTS && npm run nodemon-run",
  "restartable": "rs",
  "ext": "ts,json,tgz",
  "delay": "5000",
  "verbose": false,
  "legacyWatch": false,
  "watch": [
    "./src/*",
    "./package.json",
    "./tsconfig.json",
    "../tgz-collection/dynamo-fsm/*"
  ],
  "ignore": [
    "./node_modules",
    "./build"
  ],
  "events": {
    "start": "echo 🚀 Starting nodemon...",
    "restart": "echo 🔄 Restarting due to changes...",
    "crash": "echo 💥 Application crashed!",
    "exit": "echo 🛑 Application stopped!"
  }
}
