@tsdiapi/cli
Version:
A command-line tool for creating and managing scalable TSDIAPI projects with built-in plugin integration and configuration support.
6 lines • 309 B
TypeScript
export declare const CurrentVersion = "0.0.1-alpha";
export declare const DefaultPort = 3100;
export declare const DefaultHost = "localhost";
export declare const getPackageName: (plugin: string) => string;
export declare const getPackageVersion: (name: string) => string;
//# sourceMappingURL=config.d.ts.map