MCPcopy
hub / github.com/ionic-team/capacitor / getDependencies

Function getDependencies

cli/src/plugin.ts:101–106  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

99}
100
101export function getDependencies(config: Config): string[] {
102 return [
103 ...Object.keys(config.app.package.dependencies ?? {}),
104 ...Object.keys(config.app.package.devDependencies ?? {}),
105 ];
106}
107
108export function fixName(name: string): string {
109 name = name

Callers 1

getPluginsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected