Skip to content

Instantly share code, notes, and snippets.

@bbachi
Created February 12, 2019 22:00
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 bbachi/71606da011e93bd034083aa32af11133 to your computer and use it in GitHub Desktop.
Save bbachi/71606da011e93bd034083aa32af11133 to your computer and use it in GitHub Desktop.
sample package.json
{
"name": "user_api",
"version": "1.0.0",
"description": "sample rest api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bhargav Bachina",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment