parse process.env to a deeply nested camelCase object
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Node.js package parses environment variables into a deeply nested camelCase object, converting keys like `APP__THING` into `app.thing` and coercing string values into primitive types like numbers and booleans. It's designed for developers who need to organize flat environment variables into structured objects for easier access in their applications.