···55If you'd like to use this package for your own projects, please consider forking. We are not accepting issues on this repo.
6677- `init` command for scaffolding new projects, which clones [our `template` repo](https://github.com/bombshell-dev/template)
88-- `bsh dev` command, using `node --experimental-strip-types --watch-path=./src/`
99-- `bsh build` command, using [`esbuild`](https://esbuild.github.io/)
1010-- `bsh test` command, unfinished
1111-- `bsh lint` and `bsh format` commands, using [`@biomejs/biome`](https://biomejs.dev/)
88+- `bsh dev` command, using `node --experimental-transform-types --watch-path=./src/`
99+- `bsh build` command, using [`tsdown`](https://tsdown.dev/) (ESM, unbundled)
1010+- `bsh test` command, using [`vitest`](https://vitest.dev/)
1111+- `bsh format` command, using [`oxfmt`](https://oxc.rs/docs/guide/usage/formatter)
1212+- `bsh lint` command, using [`oxlint`](https://oxc.rs/docs/guide/usage/linter) and [`publint`](https://publint.dev/)
1213- shared `tsconfig.json` file