@luban-cli/cli-plugin-service
Version:
A development runtime environment dependency
7 lines (6 loc) • 439 B
TypeScript
import { BasePkgFields, builtinServiceCommandName, RootOptions } from "../definitions";
export declare const defaultPackageFields: BasePkgFields;
export declare const builtInCommandPluginsRelativePath = "../commands/*";
export declare const builtInConfigPluginsRelativePath = "../config/*";
export declare const builtinServiceCommandNameList: Set<builtinServiceCommandName>;
export declare const defaultRootOptions: Required<RootOptions>;