{ "name": "emese", "version": "1.0.0", "description": "A small, lightweight photo library with EXIF data display.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "dotenv": "^16.4.5", "ejs": "^3.1.9", "exif": "^0.6.0", "express": "^4.19.2" } }