Skip to content

Commit e0ef2e0

Browse files
authored
Update package.json
1 parent d142739 commit e0ef2e0

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

package.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
{
2-
"name": "scratch-coding-hut",
2+
"name": "Web-Hosting",
33
"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",
55
"main": "app.js",
66
"scripts": {
7-
"start": "node app.js"
7+
"start": "node app.js",
8+
"test": "echo \"Error: no test specified\" && exit 1"
89
},
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",
1812
"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"
2119
}
2220
}

0 commit comments

Comments
 (0)