-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "backend-node-mongodb",
"version": "2.0.0",
"description": "Capstone Project - Backend API",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "nodemon src/index.js",
"update-deps": "npx npm-check-updates -u && npm install"
},
"keywords": [
"capstone-project",
"backend-node-mongodb"
],
"author": "huynhducthanhtuan huynhngochieu",
"license": "MIT",
"homepage": "https://github.com/Capstone-C2SE02-TI/backend-node-mongodb#readme",
"dependencies": {
"@matg97/mongoose-plugin-autoinc": "^1.1.10",
"and": "^0.0.3",
"axios": "^1.3.5",
"bcrypt": "^5.1.0",
"build": "^0.1.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.15.0",
"google-auth-library": "^8.7.0",
"got": "^12.6.0",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mongoose": "^7.0.3",
"mongoose-sequence": "^5.3.1",
"morgan": "^1.10.0",
"nedb": "^1.8.0",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.21",
"socket.io": "^4.6.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2",
"tulind": "^0.8.20",
"util": "^0.12.5"
}
}