Add package.json
This commit is contained in:
parent
4e859e1045
commit
8d6b76274d
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"name": "hello-world-nodejs",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "A simple Hello World Node.js application",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"start": "node index.js",
|
||||||
|
"dev": "node index.js"
|
||||||
|
},
|
||||||
|
"keywords": ["hello", "world", "nodejs"],
|
||||||
|
"author": "",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue