Create a new package.json file with the following content:
{ "dependencies": { "express": "4.16.3", "morgan": "1.9.0" } }
Then, install the dependencies by opening a terminal and running:
npm install