-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 742 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 742 Bytes
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
{
"name": "haircare-survey",
"version": "1.0.0",
"main": "server.js",
"engines": {
"node": "22.x"
},
"scripts": {
"start": "node server.js",
"install": "node-gyp rebuild || node-pre-gyp install --fallback-to-build"
},
"dependencies": {
"@google/generative-ai": "^0.24.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"body-parser": "^1.20.0",
"connect-mongo": "^5.1.0",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.1",
"mongoose": "^6.13.8",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"nodemailer": "^6.10.1",
"nodemon": "^3.1.9",
"openai": "^4.91.1",
"pdfkit": "^0.16.0",
"validator": "^13.15.0"
}
}