Skip to content

Instantly share code, notes, and snippets.

@darkmatter18
Created August 17, 2022 17:31
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 darkmatter18/16c1daba797956fc86dec2b9dbbe23b2 to your computer and use it in GitHub Desktop.
Save darkmatter18/16c1daba797956fc86dec2b9dbbe23b2 to your computer and use it in GitHub Desktop.
{
"name": "my_awesome_package",
"version": "1.0.0",
"description": "An Awesome NPX package",
"license": "ISC",
"author": {
"name": "Arkadip Bhattacharya",
"url": "https://www.arkadip.me"
},
"main": "index.js",
"bin": {
"my_awesome_package": "index.js"
},
"scripts": {
"test": "node index.js",
"preversion": "git add CHANGELOG.md"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment