-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
43
44
{
"name": "tutorconnect",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaiceegeorge/TUTORCONNECT.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaiceegeorge/TUTORCONNECT/issues"
},
"homepage": "https://github.com/jaiceegeorge/TUTORCONNECT#readme",
"dependencies": {
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"express-validator": "^7.2.1",
"firebase-admin": "^13.1.0",
"form-data": "^4.0.2",
"gridfs-stream": "^1.1.1",
"mongodb": "^5.0.0",
"mongoose": "^8.10.1",
"multer": "^1.4.4",
"multer-gridfs-storage": "^5.0.2",
"node": "^23.8.0",
"nodemailer": "^6.10.0",
"tutorconnect": "file:",
"uuid": "^11.1.0"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}