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