-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 856 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
{
"name": "f",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"2": "^3.0.0",
"assert": "^2.0.0",
"body-parser": "^1.19.2",
"cluster": "^0.7.7",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.7",
"express": "^4.17.3",
"express-flash": "0.0.2",
"express-session": "^1.17.2",
"express-validator": "^5.3.0",
"helmet": "^5.0.2",
"http-errors": "^2.0.0",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nodemon": "^2.0.15",
"path": "^0.12.7",
"session-file-store": "^1.5.0",
"socket.io": "^4.4.1",
"sync-mysql": "^3.0.1",
"x-xss-protection": "^2.0.0"
}
}