-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 766 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 766 Bytes
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": "node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.19.2",
"cookie-parser": "^1.4.6",
"credit-card": "^3.0.2",
"debug": "^2.6.9",
"ejs": "^3.1.9",
"express": "^4.17.3",
"express-flash": "0.0.2",
"express-validator": "^5.3.0",
"helmet-csp": "^2.10.0",
"jquery": "^3.6.0",
"jsdom": "^23.2.0",
"morgan": "^1.10.0",
"serve-favicon": "^2.5.0",
"socket.io": "^4.5.1",
"xtend": "^4.0.2"
},
"devDependencies": {
"bootstrap": "^3.4.1",
"express-session": "^1.17.2",
"helmet": "^3.23.3",
"knex": "^3.1.0",
"multer": "^1.4.4",
"mysql": "^2.18.1"
},
"engines": {
"node": "16.12.0"
}
}