connection to mongodb works with mongoose
... | ... | @@ -47,6 +47,7 @@ |
"@types/express": "^4.17.9", | ||
"@types/jasmine": "~3.5.0", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/mongoose": "^5.10.2", | ||
"@types/node": "^12.11.1", | ||
"codelyzer": "^6.0.0", | ||
"jasmine-core": "~3.5.0", | ||
... | ... | @@ -58,6 +59,7 @@ |
"karma-jasmine-html-reporter": "^1.5.0", | ||
"protractor": "~7.0.0", | ||
"ts-node": "~8.3.0", | ||
"ts-node-dev": "^1.0.0", | ||
"tslint": "~6.1.0", | ||
"typescript": "^3.9.7" | ||
}, | ||
... | ... |
Please register or sign in to comment