Metadata-Version: 2.5
Name: bin-upload
Version: 0.0.1
Summary: Publish binaries to npm or pypi.
Author: Derek Worthen
Author-Email: worthend.derek@gmail.com
License-Expression: MIT
Requires-Python: >=3.11
Project-URL: source, https://github.com/dworthen/bin-upload
keywords: bin-upload,binary,pypi,npm,publish
Description-Content-Type: text/markdown

# bin-to-npm

To install dependencies:

```bash
bun install
```

To run:

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

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