-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 867 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
{
"name": "e-wastecare",
"version": "0.0.0",
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"axios": "^1.7.7",
"axois": "0.0.1-security",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"bootstrap-icons": "^1.11.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"country-state-city": "^3.2.1",
"debug": "~2.6.9",
"dotenv": "^16.4.1",
"ejs": "2.6.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.2",
"moongose": "^1.0.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"node": "^14.5.1",
"node-nlp": "^4.27.0",
"nodemon": "^3.0.3",
"validator": "^13.11.0"
},
"main": "app.js",
"devDependencies": {},
"author": "",
"license": "ISC",
"description": "This website help to clean E-waste"
}