read-package-json.d.ts 84 Bytes
export declare function readPackageJson(dir: string, safe?: boolean): Promise<any>;