-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.63 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.63 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<<<<<<< HEAD
{
"name": "sanjeevani",
"version": "1.0.0",
"description": "Submission for Hack-O-Octo 2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./Backend/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"axios": "^1.8.4",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.5",
"node-cron": "^3.0.3",
"nodemailer": "^6.10.0",
"nodemon": "^3.1.9",
"p-queue": "^8.1.0",
"redis": "^4.7.0",
"socket.io": "^4.8.1",
"twilio": "^5.4.2",
"winston": "^3.17.0",
"ws": "^8.18.0"
}
}
=======
{
"name": "sanjeevani",
"version": "1.0.0",
"description": "Submission for Hack-O-Octo 2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./Backend/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dfinity/agent": "^2.4.0",
"@dfinity/candid": "^2.4.0",
"@dfinity/principal": "^2.4.0",
"@google/generative-ai": "^0.21.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.5",
"node-cron": "^3.0.3",
"nodemailer": "^6.10.0",
"nodemon": "^3.1.9",
"socket.io": "^4.8.1",
"twilio": "^5.4.2",
"winston": "^3.17.0",
"ws": "^8.18.0"
}
}
>>>>>>> 4e42eac (Added ICP and Frontend)