| 4 | * Typing for the fields of package.json we care about |
| 5 | */ |
| 6 | export interface PackageJson { |
| 7 | [key: string]: string | PackageJson; |
| 8 | } |
| 9 | |
| 10 | /** |
| 11 | * A function that json from a file |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…