UNPKG

johnny-cli

Version:

CLI for Johnny Deps

14 lines (11 loc) 277 B
const API_URL = 'https://api.johnnydeps.io'; export default { DEFAULT_CONFIG_PATH: './johnny.json', DEFAULT_DLL_PATH : './dll', API_ENDPOINTS: { BUNDLE : vars => `${API_URL}/bundles/${vars.name}`, BUNDLES: `${API_URL}/bundles`, TOKEN : `${API_URL}/token` }, };