(dir: string)
| 7 | |
| 8 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 9 | export const readRawPackageJson = async (dir: string): Promise<any> => |
| 10 | fs.readJson(path.resolve(dir, 'package.json')); |
| 11 | |
| 12 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 13 | export const readMutatedPackageJson = async ( |
no outgoing calls
no test coverage detected