20 lines
457 B
JSON
Executable File
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"
|
|
}
|
|
}
|