{ "$schema": "https://json.schemastore.org/nodemon.json", "restartable": "rs", "ignore": [ "node_modules" ], "verbose": true, "env": { "NODE_ENV": "dev" }, "ext": "js", "exec": "node dist/index.js" }