restructuring
built/views/EN/404.pug
0 → 100644
built/views/EN/500.pug
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
| ... | ... | @@ -14,13 +14,7 @@ |
| "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | ||
| }, | ||
| "scripts": { | ||
| "clean-code": "ts-standard --fix", | ||
| "check-types": "tsc --noEmit", | ||
| "test": "jest", | ||
| "start:dev": "nodemon ./src/app.ts", | ||
| "start": "nodemon ./built/app.js", | ||
| "clean": "rm -rf ./built", | ||
| "build": "babel src --out-dir built --extensions .ts --copy-files" | ||
| "start": "nodemon ./built/app.js" | ||
| }, | ||
| "dependencies": { | ||
| "async": "^3.2.0", | ||
| ... | ... | @@ -56,6 +50,7 @@ |
| "babel-preset-minify": "^0.5.2", | ||
| "jest": "^28.1.1", | ||
| "nodemon": "^2.0.9", | ||
| "supertest": "^6.2.4", | ||
| "ts-jest": "^28.0.5", | ||
| "ts-node": "^10.0.0", | ||
| "ts-standard": "^11.0.0", | ||
| ... | ... |
Please register or sign in to comment