dotenv-safe
Version:
Load environment variables from .env and ensure they are defined
36 lines (35 loc) • 867 B
JSON
{
"name": "dotenv-safe",
"version": "9.1.0",
"description": "Load environment variables from .env and ensure they are defined",
"keywords": [
"dotenv"
],
"license": "MIT",
"author": "Rodrigo López Dato <rolodato@rolodato.com>",
"files": [
"index.js",
"config.js",
"MissingEnvVarsError.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/rolodato/dotenv-safe.git"
},
"scripts": {
"pretest": "eslint index.js config.js MissingEnvVarsError.js test/.",
"test": "cross-env HELLO=fromTheOtherSide mocha"
},
"peerDependencies": {
"dotenv": ">= 8.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"fs-extra": "^9.0.0",
"lodash.clonedeep": "^4.5.0",
"mocha": "^10.2.0"
}
}