-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 957 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "library-management-system-api",
"version": "1.0.0",
"description": "API for borrowing, adding, updating, removing, listing books",
"main": "src/app.js",
"scripts": {
"start": "nodemon ./src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MohamedAEmara/Library-Management-System-API.git"
},
"author": "Mohamed Emara",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/MohamedAEmara/Library-Management-System-API/issues"
},
"homepage": "https://github.com/MohamedAEmara/Library-Management-System-API#readme",
"dependencies": {
"@prisma/client": "^5.9.1",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.1",
"email-validator": "^2.0.4",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"morgan": "^1.10.0",
"nodemon": "^3.0.3",
"prisma": "^5.9.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
}
}