forked from Bee-Balanced/Server-Repo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 785 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 785 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
32
33
{
"name": "healthy_lifestyle_coach",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"reminders": "node sendReminders.js",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@knocklabs/node": "^0.6.19",
"bcrypt": "^5.1.1",
"cjs": "^0.0.11",
"dotenv": "^16.6.1",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-mysql-session": "^3.0.3",
"express-session": "^1.18.1",
"fs": "^0.0.1-security",
"helmet": "^8.1.0",
"mysql2": "^3.12.0",
"node-cron": "^3.0.3",
"node-schedule": "^2.1.1",
"nodemon": "^3.1.9",
"openai": "^6.8.1",
"pg": "^8.18.0"
}
}