emese/package.json
Mikula Lajos (Thinkpad X230) b98f901651 First commit
2024-03-28 15:14:34 +01:00

18 lines
377 B
JSON

{
"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"
}
}