-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 931 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
{
"name": "nodechat",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.18.0",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.11",
"nodemailer-smtp-transport": "^2.7.4",
"socket.io": "^4.7.4",
"sqlite3": "^5.1.7",
"uuid": "^9.0.1",
"web-push": "^3.6.7"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.6",
"@types/csurf": "^1.11.5",
"@types/ejs": "^3.1.5",
"@types/express-session": "^1.17.10",
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.11",
"@types/web-push": "^3.6.3"
}
}