Locaft-backend/auth/package.json

25 lines
544 B
JSON
Raw Normal View History

2020-11-08 09:28:21 -08:00
{
"name": "auth",
"version": "1.0.0",
"description": "sign up and sign in auth",
"main": "server.js",
"scripts": {
2020-11-25 08:04:55 -08:00
"start": "nodemon server.js",
"app": "cd .. && npm start"
2020-11-08 09:28:21 -08:00
},
"author": "B. Priyatham Sai chand",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"config": "^3.3.2",
2020-11-29 09:05:56 -08:00
"context": "^1.1.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
2020-11-08 09:28:21 -08:00
"express": "^4.17.1",
"express-validator": "^6.6.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.13",
"nodemon": "^2.0.6"
}
}