UNPKG

easyenvguard

Version:

Developers often forget to define required environment variables (.env files). This package will automatically validates required environment variables on startup.

34 lines (33 loc) 807 B
{ "name": "easyenvguard", "version": "1.0.2", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "env", "envguard", "easyenvguard", "environment", "dotenv", "environment-variables", "env-validation", "validate-env", "validation", "type-checking", "error-handling", "nodejs", "config-validation", "security", "process-env" ], "repository": { "type": "git", "url": "https://github.com/The-Somkene/easyEnvGuard" }, "author": "the-somkene", "type": "module", "license": "ISC", "description": "Developers often forget to define required environment variables (.env files). This package will automatically validates required environment variables on startup." }