Add package.json

This commit is contained in:
user-admin 2026-01-31 02:11:27 +00:00
parent 4e859e1045
commit 8d6b76274d
1 changed files with 13 additions and 0 deletions

13
package.json Normal file
View File

@ -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"
}