-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 744 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 744 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
{
"name": "week1",
"version": "1.0.0",
"description": "Github IT Javascript-122-2 Projects ",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/EdgarShay/IT-122-JavaScript2.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Edgar",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"mongodb": "^5.7.0",
"mongoose": "^7.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"bugs": {
"url": "https://github.com/EdgarShay/IT-122-JavaScript2/issues"
},
"homepage": "https://github.com/EdgarShay/IT-122-JavaScript2#readme",
"keywords": []
}