-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 987 Bytes
/
package.json
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
{
"name": "school-management-system",
"version": "1.0.0",
"description": "Library Management System + Hostel Rooms Management + Online Classes Tutoring Scripts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rupeshchiluka001/school-management-system.git"
},
"keywords": [
"library",
"books"
],
"author": "Rupesh Chiluka",
"license": "MIT",
"bugs": {
"url": "https://github.com/rupeshchiluka001/school-management-system/issues"
},
"homepage": "https://github.com/rupeshchiluka001/school-management-system#readme",
"dependencies": {
"@angular/cli": "^13.0.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mongoose": "^6.0.12",
"passport": "^0.5.0",
"passport-local": "^1.0.0"
}
}