Refactored - now includes fullstack AUTH
This commit is contained in:
@@ -1,19 +1,22 @@
|
||||
{
|
||||
"homepage": "",
|
||||
"name": "server",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "nodemon server.js || node index.js"
|
||||
},
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"start": "nodemon index.js || node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^5.0.1",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^8.2.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"express": "^4.17.1",
|
||||
"mongoose": "^5.12.0",
|
||||
"morgan": "^1.10.0"
|
||||
"joi": "^17.4.2",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"mongoose": "^6.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.13"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user