Skip to content

Instantly share code, notes, and snippets.

@veritstudio
Last active October 7, 2018 08:53
Show Gist options
  • Select an option

  • Save veritstudio/e082fb5c1c079c057970bff4c38d1ad5 to your computer and use it in GitHub Desktop.

Select an option

Save veritstudio/e082fb5c1c079c057970bff4c38d1ad5 to your computer and use it in GitHub Desktop.
Basic package.json create with --force flag
{
"name": "showcase",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment