add package.json file

This commit is contained in:
2026-06-20 14:12:07 +03:00
parent 372901acb9
commit 392e98737f

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "my-node-app",
"version": "1.0.0",
"description": "A simple Node.js app",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Your Name",
"license": "ISC"
}