d11 theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
817 B

{
"name": "dotenv-safe",
"version": "8.2.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": "./node_modules/eslint/bin/eslint.js index.js config.js MissingEnvVarsError.js test/.",
"test": "HELLO=fromTheOtherSide mocha"
},
"dependencies": {
"dotenv": "^8.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^5.6.1",
"fs-extra": "^1.0.0",
"lodash.clonedeep": "^4.5.0",
"mocha": "^5.2.0"
}
}