diff --git a/package.json b/package.json new file mode 100644 index 0000000..5013427 --- /dev/null +++ b/package.json @@ -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" +}