Initial commit

This commit is contained in:
2025-08-04 14:35:38 +02:00
commit 14f62bce69
8 changed files with 1465 additions and 0 deletions

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "absolventenverein-fallback",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
},
"dependencies": {
"dotenv": "^17.2.1",
"express": "^5.1.0",
"nodemailer": "^7.0.5"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}