Merge branch 'devel' into 'testing'
refactor See merge request !87
controller/controller.ts
0 → 100644
functions/methods.ts
deleted
100644 → 0
This diff is collapsed.
| ... | ... | @@ -14,10 +14,12 @@ |
| "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | ||
| }, | ||
| "scripts": { | ||
| "start": "nodemon app.ts", | ||
| "start:dev": "nodemon app.ts", | ||
| "start": "nodemon ./built/app.js", | ||
| "build": "tsc -build", | ||
| "clean": "tsc -build --clean", | ||
| "test": "jest" | ||
| "test": "jest", | ||
| "cleancode": "ts-standard --fix" | ||
| }, | ||
| "dependencies": { | ||
| "async": "^3.2.0", | ||
| ... | ... | @@ -43,13 +45,14 @@ |
| "@types/express-fileupload": "^1.1.6", | ||
| "@types/express-flash": "^0.0.2", | ||
| "@types/express-session": "^1.17.3", | ||
| "@types/jest": "^26.0.24", | ||
| "@types/jest": "^28.1.2", | ||
| "@types/morgan": "^1.9.2", | ||
| "@types/passport": "^1.0.6", | ||
| "jest": "^27.0.6", | ||
| "jest": "^28.1.1", | ||
| "nodemon": "^2.0.9", | ||
| "ts-jest": "^27.0.3", | ||
| "ts-jest": "^28.0.5", | ||
| "ts-node": "^10.0.0", | ||
| "ts-standard": "^11.0.0", | ||
| "typescript": "^4.3.5" | ||
| } | ||
| } |
Please register or sign in to comment