-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
{
"name": "EcoAnalyzer",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "22.x"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "A comprehensive web application that leverages AI to analyze the environmental footprint of consumer products.",
"dependencies": {
"axios": "^1.12.2",
"connect-flash": "^0.1.1",
"csrf": "^3.1.0",
"csurf": "^1.11.0",
"dotenv": "^17.2.2",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"express": "^5.1.0",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^8.1.0",
"express-session": "^1.18.2",
"groq-sdk": "^0.32.0",
"helmet": "^8.1.0",
"joi": "^18.0.1",
"method-override": "^3.0.0",
"mongoose": "^8.18.1",
"multer": "^2.0.2",
"nodemailer": "^7.0.13",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"sanitize-html": "^2.17.0",
"tesseract.js": "^6.0.1"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}