anujbugfixx/package.json
2026-03-16 20:22:16 +05:30

10 lines
172 B
JSON

{
"name": "hello-world-app",
"version": "1.0.0",
"description": "Simple Node.js Hello World app",
"main": "app.js",
"scripts": {
"start": "node app.js"
}
}