How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`read-closest-package` is a small Node.js utility that searches upward from a given directory (defaulting to the current working directory) for the nearest `package.json`, parses it, and returns the JSON data and file path. It provides both an asynchronous API (`closest(cb)`) and a synchronous version (`closest.sync()`), making it useful for tooling, scripts, or libraries that need to quickly access a project’s manifest without manually locating the file.