Skip to content

Instantly share code, notes, and snippets.

@john-osullivan
Created November 7, 2019 05:02
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 john-osullivan/2bfd37fb73ee46c794ed50c10861b973 to your computer and use it in GitHub Desktop.
Save john-osullivan/2bfd37fb73ee46c794ed50c10861b973 to your computer and use it in GitHub Desktop.
Dev Diaries #3 - package.json "bin" syntaxes
{
"name": "@eximchain/dappbot-cli",
"bin": {
"dappbot": "build/cli.js"
},
"..." : "..."
}
{
"name": "abi2api",
"bin": "build/index.js",
"...": "..."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment