{ "name": "the-recipe-box", "version": "1.0.0", "description": "A beautiful cookbook website for your culinary treasures", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "express": "^4.18.2" } }