Your IP : 216.73.216.74


Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/dist/src/utils/
Upload File :
Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/dist/src/utils/package.d.ts

/**
 * @license
 * Copyright 2025 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { type PackageJson as BasePackageJson } from 'read-package-up';
export type PackageJson = BasePackageJson & {
    config?: {
        sandboxImageUri?: string;
    };
};
export declare function getPackageJson(): Promise<PackageJson | undefined>;