CSE316/final/server/package.json

20 lines
381 B
JSON
Raw Normal View History

2022-05-23 06:22:34 -04:00
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
2022-09-21 16:21:27 -04:00
"scripts": {
"start": "nodemon index.js"
},
2022-05-23 06:22:34 -04:00
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.7.5"
}
}