@interopio/iocd-cli
Version:
CLI tool for setting up, building and packaging io.Connect Desktop platforms
9 lines • 371 B
TypeScript
export declare class PackageJSONHelper {
private static packageJsonPath;
static getCliPackageJson(): any;
static getPackageJson(): any;
static updatePackageJson(updates: any): Promise<void>;
static getComponentConfig(): Promise<any>;
static updateComponentConfig(components: any): Promise<void>;
}
//# sourceMappingURL=pacakge.json.helper.d.ts.map