estatesfunding/ef-api/package.json

29 lines
602 B
JSON
Raw Normal View History

2024-09-04 00:52:26 +00:00
{
"name": "ef-api",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
2024-09-04 05:53:00 +00:00
"ef-api": "file:",
2024-09-04 00:52:26 +00:00
"express": "^4.19.2",
"express-session": "^1.18.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.6.0",
"morgan": "^1.10.0",
2024-09-17 14:36:35 +00:00
"mysql": "^2.18.1",
"mysql2": "^3.11.3",
2024-09-12 08:11:07 +00:00
"nodemailer": "^6.9.14",
"uuid": "^10.0.0"
2024-09-04 00:52:26 +00:00
}
}