Skip to content

Instantly share code, notes, and snippets.

@wizardnet972
Last active October 17, 2016 12:55
Show Gist options
  • Save wizardnet972/7f473ddb228af07f4ff35f2ce08d8f4f to your computer and use it in GitHub Desktop.
Save wizardnet972/7f473ddb228af07f4ff35f2ce08d8f4f to your computer and use it in GitHub Desktop.
{
"name": "hello",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hello"
],
"author": "",
"license": "ISC",
"main": "dist/index.js",
"bin": {
"hello": "./bin/hello"
},
"preferGlobal": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment