nodejs / tooling

Advancing Node.js as a framework for writing great tools
171 stars 15 forks source link

Way to extract metadata from package.json of dependency #150

Open bcoe opened 2 years ago

bcoe commented 2 years ago

It would be nice to have a way to pull in metadata from package.json in the context of a library, e.g., what is my version #?

ljharb commented 2 years ago

That would require https://github.com/nodejs/node/issues/49445.

ruyadorno commented 2 years ago

https://github.com/nodejs/node/issues/49445 might very well be exactly what @bcoe was talking about!