MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / getAllDependencies

Function getAllDependencies

packages/vite/helpers/utils.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 * @returns string[] dependencies
65 */
66export function getAllDependencies(): string[] {
67 return [...Object.keys(packageJson.dependencies ?? {}), ...Object.keys(packageJson.devDependencies ?? {})];
68}
69
70/**
71 * Check if a dependency is present in package.json

Callers 3

hasDependencyFunction · 0.70
determineProjectFlavorFunction · 0.70
applyExternalConfigsFunction · 0.70

Calls 1

keysMethod · 0.65

Tested by

no test coverage detected