UNPKG

piral-cli-dotenv

Version:

Extends the Piral CLI command options to automatically include dotenv files.

39 lines (38 loc) 886 B
{ "name": "piral-cli-dotenv", "version": "1.0.0", "description": "Extends the Piral CLI command options to automatically include dotenv files.", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/FlorianRappl/piral-cli-dotenv.git" }, "keywords": [ "piral-cli", "piral", "plugin", "dotenv", "command" ], "author": "Florian Rappl <mail@florian-rappl.de>", "license": "MIT", "bugs": { "url": "https://github.com/FlorianRappl/piral-cli-dotenv/issues" }, "homepage": "https://github.com/FlorianRappl/piral-cli-dotenv#readme", "devDependencies": { "@types/node": "^16", "@types/yargs": "^17", "piral-cli": "1.7.3" }, "peerDependencies": { "piral-cli": "*" }, "dependencies": { "dotenv": "^16" } }