MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / DependentInfo

Interface DependentInfo

packages/bumpy/src/types.ts:332–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 dir: string; // absolute path
331 relativeDir: string;
332 packageJson: Record<string, unknown>;
333 private: boolean;
334 dependencies: Record<string, string>;
335 devDependencies: Record<string, string>;
336 peerDependencies: Record<string, string>;
337 optionalDependencies: Record<string, string>;
338 bumpy?: PackageConfig; // per-package config from package.json or .bumpy.config.json
339}
340

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…