{ "name": "host_docker_internal", "version": "1.0.0", "description": "node js app", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Baeldung", "license": "ISC", "dependencies": { "express": "^4.18.2" } }