Section 2.4: Running scripts { "name": "hello_world", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "start": "nodemon app.js" }, "author": "Morol", "license": "ISC", "dependencies": { "express": "^4.17.1" } }