Skip to content

Instantly share code, notes, and snippets.

@chee
Last active October 31, 2018 07:23
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 chee/911024672a50cf7ec37653c45e02d7b1 to your computer and use it in GitHub Desktop.
Save chee/911024672a50cf7ec37653c45e02d7b1 to your computer and use it in GitHub Desktop.
{
"name": "dep1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install": "[ $(pwd | grep node_modules -o | wc -l) == 1 ] || (echo i am conflicted please help && exit 22)"
},
"keywords": [],
"author": "chee <chee@snoot.club>",
"license": "GPL-3.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment