Skip to content

Instantly share code, notes, and snippets.

@roxsross
Created September 6, 2023 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roxsross/35d422c94934a7263751bf10416ea1e5 to your computer and use it in GitHub Desktop.
Save roxsross/35d422c94934a7263751bf10416ea1e5 to your computer and use it in GitHub Desktop.
package.json
{
"name": "@roxsross/hello-server",
"version": "1.0.0",
"description": "Simple server that says hello to a named person",
"author": "RoxsRoss",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment