MCPcopy
hub / github.com/jonaskello/tsconfig-paths / PackageJson

Interface PackageJson

src/filesystem.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 * Typing for the fields of package.json we care about
5 */
6export interface PackageJson {
7 [key: string]: string | PackageJson;
8}
9
10/**
11 * A function that json from a file

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…