Skip to content

Instantly share code, notes, and snippets.

@vaxinate
Created November 17, 2020 15:39
Show Gist options
  • Save vaxinate/5559cefba2690217c16e8e8b795ed696 to your computer and use it in GitHub Desktop.
Save vaxinate/5559cefba2690217c16e8e8b795ed696 to your computer and use it in GitHub Desktop.
{
"name": "hiwrld",
"version": "1.0.0",
"description": "hi world",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Adam Clarke",
"license": "MIT",
"dependencies": {
"express": "^4.17.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment