-
Rosanny Sihombing authored87fc7581
This project manages its dependencies using npm.
Learn more
{
"name": "m4lab-user-account",
"version": "0.0.1",
"description": "M4_LAB User Account",
"author": {
"name": "Rosanny Sihombing",
"email": "rosanny.sihombing@hft-stuttgart.de",
"url": "/"
},
"keywords": [
"m4_lab",
"account"
],
"repository": {
"type": "git",
"url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account.git"
},
"scripts": {
"start": "nodemon app.ts",
"build": "tsc -build",
"clean": "tsc -build --clean",
"test": "jest"
},
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "1.4.3",
"express-fileupload": "^1.1.6",
"express-flash-2": "^1.0.1",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"method-override": "^3.0.0",
"nodemailer": "^6.3.1",
"nodemailer-ntlm-auth": "^1.0.1",
"passport-saml": "^2.1.0",
},
"devDependencies": {
"@types/async": "^3.2.6",
"@types/bcryptjs": "^2.4.2",
"@types/compression": "^1.7.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.11",
"@types/express-flash-2": "^1.0.6",
"@types/jest": "^26.0.23",
"@types/morgan": "^1.9.2",
"@types/mysql": "^2.15.18",
"@types/node": "^15.0.2",
"@types/nodemailer": "^6.4.1",
"@types/passport": "^1.0.6",
"@types/xml2js": "^0.4.8",
"typescript": "^4.2.4"
},