Back to Explore

isaacs/package-json-from-dist

GitHub
1 watchersOpen source

Last release:

Helps TypeScript or Node code load the correct package.json from the right place, by finding and parsing the package.json file in a “normal” way. Useful when your build output goes to a dist folder (root-level dist) and you want to avoid module tricks that copy or access package.json via extra filesystem calls.

Project status

  • The source appears quiet or in maintenance mode, with the last upstream push on 2024-09-26 and no further updates since then (as of 2026-08-12).
  • Update cadence looks low, with updates in 2024-05 (v1.0.0) and 2024-09 (v1.0.1), then a long period without additional changes.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.0.1

    This release (v1.0.1) updates the package.json discovery logic to better handle Yarn Berry (PnP-style) layouts where package contents live under node_modules/.store/.../package/. CI configuration is also refreshed to test newer Node versions, and README formatting/examples are reformatted.

  • v1.0.0

    Release v1.0.0 was published on 2024-05-14. No release notes or change details were provided by the publisher, so the impact of this upgrade (features, bug fixes, breaking changes, or security updates) cannot be determined from the supplied information.