blog-app/server/package.json

25 lines
519 B
JSON
Raw Normal View History

2025-01-22 12:51:52 +00:00
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@prisma/client": "^6.2.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
2025-01-24 12:53:31 +00:00
"joi": "^17.13.3",
2025-01-22 12:51:52 +00:00
"mongodb": "^6.12.0",
2025-01-24 12:53:31 +00:00
"prisma": "^6.2.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
2025-01-22 12:51:52 +00:00
}
}