Assignment7/package.json
2025-01-22 18:20:20 +05:30

19 lines
357 B
JSON

{
"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",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"prisma": "^6.2.1"
}
}