{ "name": "image-app", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "start": "node app.js", "run": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "ejs": "^3.1.10", "express": "^4.19.2" } }