First Commit
This commit is contained in:
19
html/sternwarte/checkfuehrung/package.json
Executable file
19
html/sternwarte/checkfuehrung/package.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user