Packaging
Your package's name should begin with bud-. This is important for discoverability.
{"name": "bud-extension"}
The extension should be the package's default export:
{
"name": "bud-extension",
"type": "module",
"exports": {
".": "./lib/index.js"
}
}