TenantAtlas/apps/platform/.pnpm-store/v10/files/c1/10d6f6b43d11f9bddf1323d1b7ddc3415c15ac4b85847cf7e90ab5e824adf13c61fd5aabc9640ba31ffb33e14f14fa9887dede4ee9175a8ee26052347d1dcf
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

7 lines
218 B
Plaintext

/**
* Traverses the directory tree until a package.json file is found.
*
* @throws if the root directory is reached, and no package.json is found.
*/
export declare function readPackage(): Record<string, unknown>;