Skip to content

Commit 893a19a

Browse files
committed
npm init
1 parent 8306b22 commit 893a19a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "nodejs-hello-world",
3+
"version": "0.1.0-SNAPSHOT",
4+
"description": "nodejs-hello-world",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "Teracy",
10+
"license": "MIT"
11+
}

0 commit comments

Comments
 (0)