Files
FH/WS24_25/WebTech/web-pruefung-projekt/aufgabe6/package.json
2025-02-05 12:20:00 +01:00

17 lines
301 B
JSON

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