Category: dotenv
Dotenv is a lightweight and zero-dependency module that allows developers to manage environment variables securely and efficiently in Node.js applications. It reads key-value pairs from a .env
file and injects them into process.env
, enabling better configuration management.