-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 754 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 754 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
{
"name": "team-4",
"version": "1.0.0",
"description": "<<<<<<< HEAD\r ️**Author(s)**: Melissa, Hafsa, Sachi, Destiny, Raul, Krithi, Mostaphe\r =======\r ️**Author(s)**: Melissa, Hafsa, Sachi, Krithika, Destiny, Raul, Mostaphe\r >>>>>>> backend-api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cfgtexas24/Team-4.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cfgtexas24/Team-4/issues"
},
"homepage": "https://github.com/cfgtexas24/Team-4#readme",
"dependencies": {
"@talkjs/react": "^0.1.9",
"axios": "^1.7.7",
"talkjs": "^0.29.0"
}
}