Assignment8/package.json

24 lines
503 B
JSON
Raw Permalink Normal View History

2025-01-24 04:57:47 +00:00
{
"name": "blog-backend",
"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",
"csv-parser": "^3.1.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-validator": "^7.2.1",
"joi": "^17.13.3",
"multer": "^1.4.5-lts.1",
"prisma": "^6.2.1"
}
}