@verdaccio/config
Version:
Verdaccio Configuration
14 lines (13 loc) • 450 B
TypeScript
export * from './config';
export * from './config-path';
export * from './token';
export * from './config-utils';
export * from './package-access';
export { fromJStoYAML, parseConfigFile, getConfigParsed } from './parse';
export * from './uplinks';
export * from './security';
export * from './agent';
export * from './user';
export { default as ConfigBuilder } from './builder';
export { getDefaultConfig } from './conf';
export * from './address';