simple node app to test

This commit is contained in:
tusuii
2026-03-11 22:25:37 +05:30
commit 9c8f811cd4
8 changed files with 947 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "hello-world-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^17.3.1",
"express": "^5.2.1"
}
}