Skip to content

Commit 122485c

Browse files
authored
Create package.json
1 parent 0389978 commit 122485c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "scratch-coding-hut",
3+
"version": "1.0.0",
4+
"description": "A simple Node.js app to clone GitHub repositories and save them in a local folder.",
5+
"main": "app.js",
6+
"scripts": {
7+
"start": "node app.js"
8+
},
9+
"keywords": [
10+
"github",
11+
"clone",
12+
"repo",
13+
"express",
14+
"nodejs"
15+
],
16+
"author": "Scratch Coding Hut",
17+
"license": "MIT",
18+
"dependencies": {
19+
"body-parser": "^1.20.2",
20+
"express": "^4.18.2"
21+
}
22+
}

0 commit comments

Comments
 (0)