How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Search folder tree upwards and locate the nearest npm project root folder, returning the parsed package.json as an object.
The **@wulechuan/find-package-dot-json** module walks up the directory tree from a given start point (default = `process.cwd()`) until it finds the nearest folder that contains a `package.json`. It returns the path of that npm project root together with the parsed `package.json` object, optionally filtering for a specific project name. This tiny utility is aimed at Node‑JS developers who need a reliable way to locate the current npm project’s root directory from anywhere within the project’s sub‑folders.