simple-env-reader
Version:
Safely load environment variables in Node.js with fallback support.
36 lines (35 loc) • 660 B
JSON
{
"name": "simple-env-reader",
"version": "1.0.1",
"description": "Safely load environment variables in Node.js with fallback support.",
"main": "index.js",
"scripts": {
"test": "node test/env-test.js"
},
"keywords": [
"env",
"dotenv",
"environment",
"environment-variables",
"config",
"env-reader",
"safe-env",
"dotenv-parser",
"validate-env",
"fallback-env",
"nodejs",
"node-config",
"env-loader",
"config-loader",
"dotenv-safe",
"secure-env"
],
"author": "Manu Kumar Pal",
"license": "ISC",
"files": [
"src"
],
"dependencies": {
"dotenv": "^17.2.0"
}
}