Get package versions from within a package

Is there a way to get the version of a package from within the package itself or from within another package? The “Package” object contains a list of packages, but it only contains package exports and not any package info/details included in the package.js describe (like version, description, etc.) .

I was looking for something like:

var version = Package['my:package'].version
1 Like

Did you ever figure out how to do this?

I also need this to show the packages list and their versions in the meteor application UI