Skip to content

Instantly share code, notes, and snippets.

@KHCode
Created February 16, 2021 04:08
Show Gist options
  • Save KHCode/492df174bd03262aa42082c8572c1361 to your computer and use it in GitHub Desktop.
Save KHCode/492df174bd03262aa42082c8572c1361 to your computer and use it in GitHub Desktop.
This is an example of what a package.json file looks like before you start adding dependencies
{
"name": "simple-node-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kris Hill",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment