# my-awesome-npm-package-with-bunjs

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.2.10. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.


Steps to Publish a package.
run the scripts in order 
1. `login`
2. `build`
3. `version:*`
4. `npmPublish`