-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (41 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (41 loc) · 1.28 KB
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
34
35
36
37
38
39
40
41
42
{
"name": "bookmanagement",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "A robust and intuitive **Book Management System** designed to simplify the management and organization of books in a collection. Built with modern web technologies, this system offers seamless CRUD operations, intuitive navigation, and an aesthetically pleasing interface.",
"dependencies": {
"@supabase/supabase-js": "^2.89.0",
"autoprefixer": "^10.4.20",
"axios": "^1.13.2",
"bcrypt": "^6.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.4",
"connect-flash": "^0.1.1",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^4.22.1",
"express-session": "^1.18.2",
"helmet": "^8.0.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.7",
"pg": "^8.16.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arsk86shaikh/BookNoteHub.git"
},
"bugs": {
"url": "https://github.com/Arsk86shaikh/BookNoteHub/issues"
},
"homepage": "https://github.com/Arsk86shaikh/BookNoteHub#readme"
}