{ "name": "nodejs-docker-app", "version": "1.0.0", "description": "A simple Node.js application with Docker.", "main": "app.js", "scripts": { "start": "node app.js" }, "dependencies": { "express": "^4.18.2" } }