checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project, now deprecated in favor of `knip`, was a Node.js utility that analyzed your code to ensure all required modules were listed in your `package.json` dependencies (or vice versa). It helped prevent "module not found" errors by checking for missing or unused dependencies, making it useful for developers who want to maintain clean and accurate dependency declarations in their projects.