-
- Downloads
Made database use async/await pattern and fixed deleting parkling locations
Showing
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | @@ -7,19 +7,12 @@ | ... | @@ -7,19 +7,12 @@ |
"author": "Jason J Dookarun", | "author": "Jason J Dookarun", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"assert": "^2.0.0", | |||
"axios": "^1.3.5", | |||
"body-parser": "^1.18.3", | "body-parser": "^1.18.3", | ||
"dotenv": "^16.0.3", | "dotenv": "^16.0.3", | ||
"express": "^4.18.2", | "express": "^4.18.2", | ||
"geolib": "^3.3.3", | |||
"jest": "^29.5.0", | |||
"jsonwebtoken": "^9.0.0", | |||
"jwt-simple": "^0.5.6", | "jwt-simple": "^0.5.6", | ||
"mongoose": "^5.3.16", | "mongoose": "^7.0.3", | ||
"morgan": "^1.9.1", | "cors": "^2.8.5" | ||
"node-geocoder": "^4.2.0", | |||
"nodemon": "^1.18.4" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "node src/App.js" | "start": "node src/App.js" | ||
... | ... |
Please register or sign in to comment