UNPKG

dotenv-verifier

Version:

A simple npm package to validate required environment variables and prevent runtime errors.

37 lines (36 loc) 886 B
{ "name": "dotenv-verifier", "version": "1.0.4", "description": "A simple npm package to validate required environment variables and prevent runtime errors.", "main": "index.js", "scripts": { "test": "\"echo \\\"Error: no test specified\\\" && exit 1\"" }, "repository": { "type": "git", "url": "git+https://github.com/preetiGusain/dotenv-verifier.git" }, "keywords": [ "environment", "env-checker", "environment-variables", "env-validation", "nodejs", "dotenv", "configuration", "validation", "env-setup", "env-check", "runtime-validation", "environment-config" ], "author": "Preeti Gusain", "license": "MIT", "bugs": { "url": "https://github.com/preetiGusain/checkEnv/issues" }, "homepage": "https://github.com/preetiGusain/checkEnv#readme", "dependencies": { "chalk": "^4.1.2" } }