So in my package.json I would like to have something like
"dependencies": {
...
"myPackage": "https://mydomain.com/dir/mylib.js"
}
I have read https://bun.sh/docs/cli/add#git-dependencies which explains this for git dependencies, but not for any remote js.
If this is not directly possible, is there any workaround?