yarn add nodemon
{
"name": "04-01-rest-api-with-express",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "nodemon index.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"nodemon": "^2.0.20",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.0"
}
}