Commit 3fff6f13 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

update dependency

parent 34ee1ffa
This diff is collapsed.
...@@ -14,10 +14,12 @@ ...@@ -14,10 +14,12 @@
"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.ts", "start:dev": "nodemon app.ts",
"start": "nodemon built/app.ts",
"build": "tsc -build", "build": "tsc -build",
"clean": "tsc -build --clean", "clean": "tsc -build --clean",
"test": "jest" "test": "jest",
"cleancode": "ts-standard --fix"
}, },
"dependencies": { "dependencies": {
"async": "^3.2.0", "async": "^3.2.0",
...@@ -48,8 +50,9 @@ ...@@ -48,8 +50,9 @@
"@types/passport": "^1.0.6", "@types/passport": "^1.0.6",
"jest": "^28.1.1", "jest": "^28.1.1",
"nodemon": "^2.0.9", "nodemon": "^2.0.9",
"ts-jest": "^27.0.3", "ts-jest": "^28.0.5",
"ts-node": "^10.0.0", "ts-node": "^10.0.0",
"ts-standard": "^11.0.0",
"typescript": "^4.3.5" "typescript": "^4.3.5"
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment