Skip to content

Instantly share code, notes, and snippets.

@andreasonny83
Created July 15, 2018 12:04
Show Gist options
  • Save andreasonny83/e179d33b6d28fd98fdf7cf744b09e7fa to your computer and use it in GitHub Desktop.
Save andreasonny83/e179d33b6d28fd98fdf7cf744b09e7fa to your computer and use it in GitHub Desktop.
{
"name": "package-name",
"version": "0.0.0",
"description": "package-name short description",
"main": "lib/cli/index.js",
"bin": {
"package-name": "./bin/index.js"
},
"scripts": {
"test": "jest --watchAll"
},
"keywords": [
"package-keywords"
],
"license": "MIT",
"author": "Andrea Sonny <[email protected]> (https://github.com/andreasonny83)",
"repository": {
"type": "git",
"url": "https://github.com/andreasonny83/package-name.git"
},
"bugs": {
"url": "https://github.com/andreasonny83/package-name/issues"
},
"homepage": "https://github.com/andreasonny83/package-name#readme",
"engines": {
"node": ">=6"
},
"dependencies": {},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment