This command-line tool helps developers sanitize `package.json` files by removing specified fields (like development scripts) before publishing a library. It generates a cleaned version at a separate location, ensuring only production-relevant metadata is included in releases.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Utility to remove specified fields from a package.json file and save to a different location. More specifically this is useful for removing entries in 'scripts' that maybe used for dev testing that you don't want in an external release of your library.