Files
hello-world-node/package.json
2026-03-11 22:25:37 +05:30

18 lines
334 B
JSON

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