env-path
Version:
Loads environment variables from a chosen .env file into process.env
42 lines (41 loc) • 850 B
JSON
{
"name": "env-path",
"version": "1.0.7",
"description": "Loads environment variables from a chosen .env file into process.env",
"main": "lib/main.js",
"dependencies": {
"dotenv": "^6.0.0",
"dotenv-expand": "^4.2.0"
},
"scripts": {
"start": "node lib/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benrei/env-path.git"
},
"keywords": [
"env-path",
"env",
".env",
"environment",
"dotenv",
"path",
"confg",
"settings"
],
"author": "Benjamin Reiersølmoen",
"bin": {
"env-path": "./bin/env-path"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=3.10.8"
},
"preferGlobal": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/benrei/env-path/issues"
},
"homepage": "https://github.com/benrei/env-path#readme"
}