-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "ccnlthd-project",
"version": "1.0.0",
"description": "Project of subject name: Cac Cong nghe Lap Trinh Hien Dai. teacher: Ngo Ngoc Dang Khoa",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngocsotn/CCNLTHD-API.git"
},
"keywords": [
"ccnlthd",
"20424027",
"20724056",
"20424058"
],
"author": "20424027-Pham Thi Minh Hau, 20424056-Nguyen The Ngoc, 20424058-Nguyen Van Nhat",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngocsotn/CCNLTHD-API/issues"
},
"homepage": "https://github.com/ngocsotn/CCNLTHD-API#readme",
"dependencies": {
"ajv": "^8.6.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cloudinary": "^1.27.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"mysql2": "^2.3.0",
"node-cron": "^3.0.0",
"pg": "^8.7.1",
"request": "^2.88.2",
"sequelize": "^6.8.0",
"sib-api-v3-sdk": "^8.2.1",
"socket.io": "^4.3.2",
"tedious": "^11.4.0"
}
}