File tree 1 file changed +12
-14
lines changed
1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " scratch-coding-hut " ,
2
+ "name" : " Web-Hosting " ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " A simple Node.js app to clone GitHub repositories and save them in a local folder. " ,
4
+ "description" : " A project that handles some operations " ,
5
5
"main" : " app.js" ,
6
6
"scripts" : {
7
- "start" : " node app.js"
7
+ "start" : " node app.js" ,
8
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
9
},
9
- "keywords" : [
10
- " github" ,
11
- " clone" ,
12
- " repo" ,
13
- " express" ,
14
- " nodejs"
15
- ],
16
- "author" : " Scratch Coding Hut" ,
17
- "license" : " MIT" ,
10
+ "author" : " " ,
11
+ "license" : " ISC" ,
18
12
"dependencies" : {
19
- "body-parser" : " ^1.20.2" ,
20
- "express" : " ^4.18.2"
13
+ "express" : " ^4.21.2" ,
14
+ "body-parser" : " ^1.20.3" ,
15
+ "cookie-parser" : " ^1.4.6"
16
+ },
17
+ "devDependencies" : {
18
+ "nodemon" : " ^2.0.7"
21
19
}
22
20
}
You can’t perform that action at this time.
0 commit comments