updates
functions/gitlab.ts
0 → 100644
This diff is collapsed.
| ... | @@ -7,20 +7,21 @@ | ... | @@ -7,20 +7,21 @@ |
| "email": "rosanny.sihombing@hft-stuttgart.de" | "email": "rosanny.sihombing@hft-stuttgart.de" | ||
| }, | }, | ||
| "keywords": [ | "keywords": [ | ||
| "m4_lab", | "m4_lab" | ||
| "prjects" | |||
| ], | ], | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "start": "nodemon app.js", | "start": "nodemon app.ts", | ||
| "build": "tsc --build", | |||
| "clean": "tsc --build --clean", | |||
| "test": "" | "test": "" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "async": "^3.2.0", | "async": "^3.2.0", | ||
| "axios": "^0.20.0", | "axios": "^0.21.1", | ||
| "body-parser": "^1.19.0", | "body-parser": "^1.19.0", | ||
| "compression": "^1.7.4", | "compression": "^1.7.4", | ||
| "cookie-parser": "1.4.3", | "cookie-parser": "1.4.3", | ||
| ... | @@ -34,11 +35,28 @@ | ... | @@ -34,11 +35,28 @@ |
| "morgan": "^1.10.0", | "morgan": "^1.10.0", | ||
| "mysql": "^2.18.1", | "mysql": "^2.18.1", | ||
| "passport": "0.3.2", | "passport": "0.3.2", | ||
| "passport-saml": "^1.3.4", | "passport-saml": "^2.0.6", | ||
| "pug": "^2.0.4" | "pug": "^3.0.2", | ||
| "update": "^0.7.4" | |||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">= 4.0.0" | "node": ">= 4.0.0" | ||
| }, | }, | ||
| "license": "MIT" | "license": "MIT", | ||
| "devDependencies": { | |||
| "@types/async": "^3.2.6", | |||
| "@types/compression": "^1.7.0", | |||
| "@types/cookie-parser": "^1.4.2", | |||
| "@types/express": "^4.17.12", | |||
| "@types/express-fileupload": "^1.1.6", | |||
| "@types/express-flash": "^0.0.2", | |||
| "@types/express-session": "^1.17.3", | |||
| "@types/helmet": "^4.0.0", | |||
| "@types/morgan": "^1.9.2", | |||
| "@types/mysql": "^2.15.18", | |||
| "@types/passport": "^1.0.6", | |||
| "nodemon": "^2.0.9", | |||
| "ts-node": "^10.0.0", | |||
| "typescript": "^4.3.5" | |||
| } | |||
| } | } |
routes/mailer.js
deleted
100644 → 0
tsconfig.json
0 → 100644
Please register or sign in to comment