UNPKG

@papavault/cli

Version:

CLI tool for Papa Vault Secret Manager

16 lines (15 loc) 492 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.config = void 0; const conf_1 = __importDefault(require("conf")); exports.config = new conf_1.default({ projectName: 'papavault', schema: { token: { type: 'string' }, projectId: { type: 'string' }, baseUrl: { type: 'string' } } });