{ "name": "firstcontact", "version": "1.0.0", "description": "First Contact - Hello World Application", "main": "index.js", "scripts": { "start": "node index.js", "dev": "node index.js" }, "keywords": ["firstcontact", "hello-world"], "author": "mikael.westoo", "license": "MIT", "engines": { "node": ">=18.0.0" } }