get-current-package reliably retrieves the package.json of the currently running Node.js project. It simplifies accessing vital project metadata like name, version, and dependencies without manual file parsing. Use it within scripts, tools, or libraries requiring details about the host package. It handles various execution contexts and returns the parsed JSON object, ensuring consistent access to package information. This small module efficiently supports identifying the current project's characteristics.