UNPKG

es-env-exec

Version:

Environment switcher and command executor - Manage and switch between multiple environment configurations

38 lines (37 loc) 860 B
{ "name": "es-env-exec", "version": "1.0.3", "description": "Environment switcher and command executor - Manage and switch between multiple environment configurations", "type": "module", "bin": { "es": "bin/es.js", "envs": "bin/envs.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "environment", "env", "switcher", "cli", "configuration", "executor", "multi-environment" ], "author": "mofeiss", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mofeiss/es-env-exec.git" }, "homepage": "https://github.com/mofeiss/es-env-exec#readme", "bugs": { "url": "https://github.com/mofeiss/es-env-exec/issues" }, "dependencies": { "inquirer": "^8.2.6", "chalk": "^4.1.2", "figures": "^3.2.0" } }