UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

7 lines (6 loc) 249 B
/** * Get all Dynatrace dependencies from a package.json file * @param cwd Current working directory containing the package.json * @returns Array of Dynatrace package names */ export declare function getDynatracePackages(cwd: string): string[];