-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 898 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
37
{
"name": "nodemidterms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "nodemon index"
},
"author": "mathiasmendoza",
"license": "ISC",
"dependencies": {
"aos": "^2.3.4",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"connect-busboy": "^1.0.0",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.1",
"datedreamer": "^0.2.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"express-toastr": "^2.0.2",
"jsonwebtoken": "^9.0.0",
"method-override": "^3.0.0",
"mongodb": "^5.5.0",
"mongoose": "^7.2.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.3.2",
"sqlite3": "^5.1.6",
"toastify-js": "^1.12.0"
}
}