Express CJS bundle dependencies in a way that can be picked up by naive dependency scanners.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a helper module for expressing CommonJS (CJS) bundle dependencies in a way that can be detected by simple dependency scanners. It exports a function that analyzes a given code string to extract CJS module IDs and declares relations (e.g., 'needs') between an ubborg bundle and the identified CJS bundles. It is designed for developers working with ubborg bundles who need to ensure their CJS dependencies are properly recognized by dependency scanning tools.