-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1006 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
{
"name": "week5-009",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "DEBUG=week-6-task:server nodemon ./bin/www"
},
"dependencies": {
"@types/bcrypt": "^5.0.0",
"@types/joi": "^17.2.3",
"@types/jsonwebtoken": "^8.5.8",
"@types/uuid": "^8.3.4",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "~4.16.1",
"express-async-handler": "^1.2.0",
"http-errors": "~1.6.3",
"jade": "^1.9.2",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"morgan": "~1.9.1",
"pug": "^3.0.2",
"typescript": "^4.7.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/http-errors": "^1.8.2",
"@types/method-override": "^0.0.32",
"@types/morgan": "^1.9.3",
"@types/node": "^18.0.0",
"@types/pug": "^2.0.6"
}
}