-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (34 loc) · 843 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "team1projecttech",
"version": "1.0.0",
"description": "This is the team project for ptroject tech blok 3",
"main": "server.js",
"scripts": {
"dev": "npx eslint server.js && nodemon server.js"
},
"keywords": [
"tech",
"mijn",
"project"
],
"author": "Sybren Loos, Dylan Abrahams, Ruben Beck, Sem van Wijk, Liam van Bart",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"compression": "^1.7.4",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.18.3",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"mongodb": "^6.4.0",
"multer": "^1.4.5-lts.1",
"node": "^21.7.0",
"nodemon": "^3.1.0",
"uglify-js": "^3.17.4",
"xss": "^1.0.15"
},
"devDependencies": {
"eslint": "^8.57.0"
}
}