-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 797 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
{
"name": "uc_nodejs",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"docx": "^8.5.0",
"docxtemplater": "^3.47.4",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"fs-extra": "^11.2.0",
"mammoth": "^1.8.0",
"method-override": "^3.0.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"nodemailer": "^6.9.14",
"nodemailer-smtp-transport": "^2.7.4",
"officegen": "^0.6.5",
"socket.io": "^4.7.5"
},
"devDependencies": {
"nodemon": "^3.1.3"
}
}