Lookup to find closest package.json file and read it's contents. Any better alternative name? - `findNearestPackageJSON(id: string): string` - `readNearestPackageJSON(id: string): Promise<string>`
Lookup to find closest package.json file and read it's contents. Any better alternative name?
findNearestPackageJSON(id: string): stringreadNearestPackageJSON(id: string): Promise<string>