{ "name": "hello-world-app", "version": "1.0.0", "description": "Simple Node.js Hello World app", "main": "app.js", "scripts": { "start": "node app.js" } }