Files
sternwarte_server/html/sternwarte/checkfuehrung/package.json
2025-11-02 22:52:08 +01:00

20 lines
457 B
JSON
Executable File

{
"name": "checkfuehrung",
"version": "1.0.0",
"description": "Prüft regelmäßig die Datenbank nach Führungen",
"main": "checkfuehrung.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "rexfue@gmail.com",
"license": "ISC",
"dependencies": {
"axios": "^0.18.1",
"moment": "^2.24.0",
"mysql": "^2.16.0",
"mysql2": "^2.1.0",
"nodemailer": "^5.1.1",
"sendmail": "^1.4.1"
}
}