# Install

```
npm install
```

# Tests

```
npm build
npm test
```

# Release

Ensure you're logged in with `npm login`.

```
npm version <bump-type>
npm publish
git push origin main tag v<new-version-number>
```
