create project in current directory

package.json updated
This commit is contained in:
2021-08-19 16:14:44 +02:00
parent ff902c85ac
commit 4de0bce7a1
4 changed files with 11 additions and 7 deletions

View File

@@ -29,7 +29,7 @@
"@types/ejs": "^3.0.6",
"@types/express": "^4.17.11",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^26.0.24",
"@types/jest": "^27.0.1",
"@types/mongoose": "^5.10.5",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.41",
@@ -38,7 +38,7 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"ts-jest": "^27.0.4",
"ts-jest": "^27.0.5",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}