Locaft-backend/package.json

30 lines
665 B
JSON

{
"name": "auth",
"version": "1.0.0",
"description": "sign up and sign in auth",
"main": "server.js",
"scripts": {
"start": "node server.js",
"app": "nodemon server.js"
},
"author": "B. Priyatham Sai chand",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"config": "^3.3.2",
"context": "^1.1.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.6.1",
"google-auth-library": "^7.0.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.3",
"nodemon": "^2.0.7"
},
"engines": {
"node": "14.x",
"npm": "6.14.8"
}
}