dotenv-guardian
guardian for your .env files that validates environment variables against a documented example file
secret-env
A secure alternative to dotenv — prevents sensitive '.env.secret' files from being pushed to Git and creates '.env.secret.example' automatically. Supports CommonJS and ES Module.
@bkrmadtya/safe-env
A thin wrapper around dotenv to make it easy, safe and verbose to access environment variables.
env-checkup
A lightweight utility to validate and manage environment variables in Node.js projects with type safety and helpful error messages.
envsafe-lite
Lightweight, type-safe environment variable parser for Node.js with zero dependencies.