Files
hello-node/package.json

6 lines
93 B
JSON

{
"name": "hello-node",
"version": "1.0.0",
"scripts": { "start": "node server.js" }
}