Created
August 17, 2022 17:31
-
-
Save darkmatter18/16c1daba797956fc86dec2b9dbbe23b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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