(for CLI app) add 'bin' config
need to swhich file to run when user executes from terminal
add to package.json: "bin": "dist/index.js
add to top of src/index.ts #!/usr/bin/env node
to allow file to be executed directly w/o calling node