after instaling nodemon what do we have to change in the package.json file and why code example
Example 1: nodemon node
npm install -g nodemon
Example 2: nodemon a npm run command
nodemon --exec npm run dev:test
npm install -g nodemon
nodemon --exec npm run dev:test