UNPKG

dotenv-cli

Version:

A global executable to run applications with the ENV variables loaded by dotenv

27 lines (26 loc) 575 B
{ "name": "dotenv-cli", "description": "A global executable to run applications with the ENV variables loaded by dotenv", "version": "4.0.0", "author": "entropitor", "bin": { "dotenv": "./cli.js" }, "dependencies": { "cross-spawn": "^7.0.1", "dotenv": "^8.1.0", "dotenv-expand": "^5.1.0", "minimist": "^1.1.3" }, "devDependencies": { "standard": "^14.3.1" }, "license": "MIT", "main": "index.js", "preferGlobal": true, "repository": "entropitor/dotenv-cli", "scripts": { "lint": "standard" }, "resolutions": {} }