{ "name": "my-node-app", "version": "1.0.0", "description": "A simple Node.js app", "main": "index.js", "scripts": { "start": "node index.js" }, "author": "Your Name", "license": "ISC" }