node-pkginfo icon indicating copy to clipboard operation
node-pkginfo copied to clipboard

An easy way to expose properties on a module from a package.json

Results 4 node-pkginfo issues
Sort by recently updated
recently updated
newest added

Using the require statement in the example gives an error in typescript. What would be the correct way to use pkginfo in typescript ?

there is no require or `module` (afaik) in ESM, so is there a way to get pkginfo in ESM Node?

I've experienced a rather serious issue in which when attempting to debug in visual studio code a solution that uses pkginfo, I would get an error for pkginfo that the...

Remove test/ folder from being published with the npm package