Assignment7/package.json

19 lines
357 B
JSON
Raw Permalink Normal View History

2025-01-22 12:50:20 +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",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"prisma": "^6.2.1"
}
}