Skip to content

Commit 6045275

Browse files
authored
Create package.json
1 parent 0524cbc commit 6045275

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "hello-world",
3+
"version": "1.0.0",
4+
"description": "A simple Node.js app",
5+
"main": "app.js",
6+
"scripts": {
7+
"start": "node app.js"
8+
},
9+
"dependencies": {
10+
"express": "^4.17.1"
11+
},
12+
"engines": {
13+
"node": ">= 14.0.0"
14+
}
15+
}

0 commit comments

Comments
 (0)