Right now, it's just getting linters and formatters in place, as with some other languages.
Packaging is a bit of an odd duck in JS/TS unfortunately. Not that it can't be done, just that its a compilation/transpilation step followed by a bundle and tree shake or whatever.
Then, everyone has their own dep manager + build tools