| 29 | } |
| 30 | |
| 31 | export interface DefaultPackage extends Bag<string> { |
| 32 | gts: string; |
| 33 | typescript: string; |
| 34 | '@types/node': string; |
| 35 | } |
| 36 | |
| 37 | export async function readJsonp(jsonPath: string) { |
| 38 | const contents = await readFilep(jsonPath, {encoding: 'utf8'}); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…