UNPKG

@luban-cli/cli-plugin-service

Version:
7 lines (6 loc) 439 B
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>;